To kill the service you have to know its PID or Process ID. To find this just type the following in at a command prompt:

sc queryex servicename

Replace "servicename" with the services registry name. For example: Print Spooler is spooler.

Identify the PID
After running the query you will by presented with a list of details. You will want to locate the PID. (Highlighted)

Run the Taskkill command
Now that you have the PID, you can run the following command to kill the hung process:

taskkill /f /pid [PID]

This will force kill the hung service. Exemple:

Taskkill /IM vpxd.exe /F

Comments est propulsé par CComment

Nous utilisons des cookies sur notre site web. Certains d’entre eux sont essentiels au fonctionnement du site et d’autres nous aident à améliorer ce site et l’expérience utilisateur (cookies traceurs). Vous pouvez décider vous-même si vous autorisez ou non ces cookies. Merci de noter que, si vous les rejetez, vous risquez de ne pas pouvoir utiliser l’ensemble des fonctionnalités du site.