

Alternatively, type sc stop service-name-here and press Enter.Type and enter net stop service-name-here.You can replace service-name-here with either of these values in Step 5.įor Step 6, replace it with SERVICE_NAME specifically, as DISPLAY_NAME wont work with the sc stop command. Note the SERVICE_NAME and DISPLAY_NAME of the service you want to stop.


Sc queryex obtains and displays detailed information about all active services by default. Set-Service -Name service-name-here -Status stopped -Force.Stop-Service -Name service-name-here -Force.Note: If youre unable to stop the service because of a dependency error, add -Force at the end as such:
