User Tools

Site Tools


informatique:windows:force-arret-service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

informatique:windows:force-arret-service [2020/06/16 09:26] – created yahikoinformatique:windows:force-arret-service [2020/06/24 09:42] (current) yahiko
Line 1: Line 1:
 ====== Forcer l'arrêt d'un service ====== ====== Forcer l'arrêt d'un service ======
 +Va retourner le PID du service : 
 +<codedoc code:batch>
 sc queryex nomduservice sc queryex nomduservice
 +</codedoc>
 +
 +Tuer le service :
 +<codedoc code:batch>
 +taskkill /pid pidduservice /f
 +</codedoc>
  
-taskkill /pib pidduservice /f 
informatique/windows/force-arret-service.txt · Last modified: 2020/06/24 09:42 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki