Starting and Stopping Disabling Services
2007/06/04
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”
