This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
informatique:windows:force-arret-service [2020/06/16 09:26] – created yahiko | informatique:windows:force-arret-service [2024/11/13 10:13] (current) – yahiko | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Forcer l' | ====== Forcer l' | ||
+ | Va retourner le PID du service : | ||
+ | <code batch> | ||
sc queryex nomduservice | sc queryex nomduservice | ||
+ | </ | ||
+ | |||
+ | Tuer le service : | ||
+ | <code batch> | ||
+ | taskkill /pid pidduservice /f | ||
+ | </ | ||
- | taskkill /pib pidduservice /f |