Enabling and Disabling Windows Services from the Command Prompt

written by Justin on Monday, April 02 2007

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:

http://technet2.microsoft.com/WindowsServer/en/library/03928250-2796-4253-8fb1-b25329ddf35f1033.mspx?mfr=true

Similar Posts

  1. Virtual Server 2005 - turn off that beep!
  2. Longhorn Server Core - Quick Command Dump
  3. Walkthrough: Create a Windows RE Image

Comments are closed