Starting and Stopping Disabling Services

2007/06/04
by Mark

net start

net stop 

To start say the DHCP server, enter “net start DHCP server” and to automatically start the DHCP service during the boot process you would enter “sc config dhcpserver start= auto”

and for stopping, simply enter “net stop DHCP server”

To Disable a service “disable servicename”

No comments yet

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS