Monday, 5 November 2012

stop and start services from the command line

Stop and start using the name that is showed in the Services Control Panel applet by using quotes, i.e.
net stop "<service>"
net start "<service>"

 eg 
Net stop "apple mobile device"
Net start "apple mobile device"


or Alternatively

net stop <service name>
net start <service name>

A full list of the exact services is found in the registry (run regedit.exe) under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key.

No comments:

Post a Comment