3
edits
Changes
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: