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