Stop a Service in Windows
Windows services are typically configured to restart automatically on failure. This guide shows how to stop a service and prevent it from restarting, usingmultipassd as the example.
To permanently disable a service from starting at all, run:
Method 1: Services Management Console (GUI)
Go to the Recovery tab. Change the actions for First failure, Second failure, and Subsequent failures to Take No Action.
Method 2: Command Prompt (Administrator)
reset= 0— resets the failure count after 0 seconds (note the space before0is required bysc).actions=— specifies no action to take on failures (empty value means no action).