Changes

Enabling / disabling Windows services

1 byte added, 18:33, 14 March 2007
m
no edit summary
net continue <service_name>
 To disabled disable a service permanently ("Start Type"), you can use the sc command:
sc config <service_name> start= disabled
 
To list all services that are currently running use <code>net start</code> from the CLI (command line) without parameters:
3
edits