Changes

Enabling / disabling Windows services

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