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: stackoverflow.com