Windows XP - Kill STOP_PENDING Service
Environment
Get holding when stop a service
Solutions
Get the service what PID is it
- Microsoft Windows XP
Get holding when stop a service
Solutions
Get the service what PID is it
C:\sc queryex <Service Name>Kill the service
C:\taskkill /PID <PID> /F