How to modify service configuration using Command Line Interface?
Microsoft provide sc.exe to help us.
As example, I want to change messenger service status from disable to automatic started. Currently, messenger service is disabled by microsoft because of security reason.
1. The following command to enable Messenger
> sc config Messenger type= interact type= own start= auto binPath= "C:\WINDOWS\system32\svchost.exe -k netsvcs"
2. This is to start the service.
> sc start Messenger
To see other options, just enter command sc /?
Subscribe to:
Post Comments (Atom)
Labels
- Catatan perjalanan (55)
- haji 1432 (1)
- Lakaran (34)
- Layan Jiwang (3)
- Merapu kepunden paran sekeper (46)
- Non-Technical (38)
- Panduan Hidup (1)
- Technical (28)
- Tips (4)
No comments:
Post a Comment