Kill unstoppable service
Basic problem - windows server is "Stopping" or "Starting", but actually crashed.
To kill it:
- Find service PID:
sc queryex service_name
- Run CMD as administrator and kill service:
taskkill /f /pid [PID]
Basic problem - windows server is "Stopping" or "Starting", but actually crashed.
To kill it:
sc queryex service_name
taskkill /f /pid [PID]
No Comments