User Tools

Site Tools


startandstopservicesfromcli
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


startandstopservicesfromcli [2013/01/28 04:29] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== 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
 +<file>
 +net stop <service name>
 +net start <service name>
 +</file>
 +You can also use the name that is showed in the Services Control Panel by surrounding it with quotes.
 +<file>
 +net stop "<service>"
 +net start "<service>"
 +</file>
  
 +
 +-- Main.FredPettis - 04 Jun 2009
startandstopservicesfromcli.txt · Last modified: 2013/01/28 04:29 by 127.0.0.1