How to Kill a Windows Service which is stuck at stopping

Find PID:

sc queryex  <service name>

Kill process:

taskkill /F /PID <Service PID>

[via]http://stackoverflow.com/questions/6297071/stopping-a-windows-service-when-the-stop-option-is-grayed-out[/via]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.