Windows XP - Kill STOP_PENDING Service

Environment
  • Microsoft Windows XP
Introduction
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