Script de réactivation du service Windows Update et configuration pour ne pas rechercher les mises à jours
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
IF "%PROCESSOR_ARCHITEW6432%"=="" GOTO native goto x86x64 :native reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f reg add "HKLM\SYSTEM\CurrentControlSet\services\wuauserv" /v Start /t REG_DWORD /d 3 /f goto fin :x86x64 %SystemRoot%\Sysnative\cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f %SystemRoot%\Sysnative\cmd.exe /c reg add "HKLM\SYSTEM\CurrentControlSet\services\wuauserv" /v Start /t REG_DWORD /d 3 /f goto fin :fin |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 24 novembre 2016.
Laisser un commentaire