G Guest Oct 21, 2004 #1 How do I terminate a service that is stuck in a stopping state without having to reboot my server?
L Laura E. Hunter \(MVP\) Oct 21, 2004 #2 Killing a WIndows Service that Hangs on Stopping: http://blogs.bartdesmet.net/bart/archive/2004/10/16/438.aspx Basically you'll use the "sc" and "kill" resource kit utilities to find the Process ID of the service, and then forcibly end it.
Killing a WIndows Service that Hangs on Stopping: http://blogs.bartdesmet.net/bart/archive/2004/10/16/438.aspx Basically you'll use the "sc" and "kill" resource kit utilities to find the Process ID of the service, and then forcibly end it.