Modifying Services

  • Thread starter Andrew Ferguson
  • Start date
A

Andrew Ferguson

Does anyone know how to change the status of services (ie.
to manual/automatic/disabled) using the registry? Thanks
 
M

Mark V

Andrew Ferguson wrote in
Does anyone know how to change the status of services (ie.
to manual/automatic/disabled) using the registry? Thanks

That is the services "Start" type and can be found within the service's
key as a DWORD with valuename "Start"

2 = Automatic
3 = Manual
4 = Disabled

More at:
http://www.jsiinc.com/suba/tip0300/rh0324.htm

I presume you cannot use the Services mmc GUI interface.
Be careful! Registry backup always recommended.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top