Shaggy All American 17820 Posts user info edit post |
there is a command line utility "sc.exe" that lets you control service config.
sc config [servicename] start= [start type]
would be the syntax.
keep in mind that the service name is not the same as the display name listed in the services list (services.msc).
to find the service name from the display name do
sc getkeyname [displayname]
if you just do sc you'll get a list of commands. And then for more info just do sc [command]. So like sc config will give you the syntax and options for service configuration. 3/14/2006 11:05:42 AM |