Enabling and Disabling Windows Services from the Command Prompt
Error message:
System error 1058 has occurred.
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
To re-enable service:
sc config servicename start= {boot|system|auto|demand|disabled} - note the presence of the space!
Example:
sc config beep start= demand (where beep is the name of the service.)
More:
Similar Posts
- Virtual Server 2005 - turn off that beep!
- Longhorn Server Core - Quick Command Dump
- Walkthrough: Create a Windows RE Image
