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]
some foobar
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]