User Tools

Start and Stop Services from CLI

You can do this with the 'net' command. The list of service names can be found under the following registry key:<br /> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

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

You can also use the name that is showed in the Services Control Panel by surrounding it with quotes.

net stop "<service>"
net start "<service>"

– Main.FredPettis - 04 Jun 2009

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information