Désactiver le service Windows Update en ligne de commande
Option 1 : Désactiver les Mises à jour automatique
1 |
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f |
http://technet.microsoft.com/fr-fr/library/cc708449(v=ws.10).aspx
Option 2 : Désactiver le service
1 2 |
net stop wuauserv sc config wuauserv start=disabled |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 27 décembre 2016.
Laisser un commentaire