Script pour mise a jour Windows 7
Fermé
TitanHAck
Messages postés
17
Date d'inscription
jeudi 11 juin 2015
Statut
Membre
Dernière intervention
25 juillet 2015
-
11 juin 2015 à 13:26
*lehorla* Messages postés 1 Date d'inscription dimanche 29 novembre 2015 Statut Membre Dernière intervention 29 novembre 2015 - 29 nov. 2015 à 17:11
*lehorla* Messages postés 1 Date d'inscription dimanche 29 novembre 2015 Statut Membre Dernière intervention 29 novembre 2015 - 29 nov. 2015 à 17:11
A voir également:
- Script pour mise a jour Windows 7
- Mise a jour windows 10 - Accueil - Mise à jour
- Mise a jour windows 7 - Accueil - Mise à jour
- Mise a jour chrome - Accueil - Applications & Logiciels
- Mise à jour windows 7 vers windows 10 - Accueil - Mise à jour
- Mise à jour pilote - Guide
3 réponses
fpstudios9
Messages postés
170
Date d'inscription
samedi 20 décembre 2014
Statut
Membre
Dernière intervention
14 avril 2016
15
11 juin 2015 à 13:33
11 juin 2015 à 13:33
Salut, je pense qu'il existe plus simple -> tu cherches "windows update" dans ton pc et apres tu choisis auto partout !
TitanHAck
Messages postés
17
Date d'inscription
jeudi 11 juin 2015
Statut
Membre
Dernière intervention
25 juillet 2015
12 juin 2015 à 15:21
12 juin 2015 à 15:21
Bonjour, oui j'ai déjà cherché beaucoup mais je n'ai pas trouvé quelques choses de vraiment fonctionnel. Merci
*lehorla*
Messages postés
1
Date d'inscription
dimanche 29 novembre 2015
Statut
Membre
Dernière intervention
29 novembre 2015
29 nov. 2015 à 17:11
29 nov. 2015 à 17:11
Bonjour,
Ce script devrait faire l'affaire:
@echo off
echo ------------------------
echo Forcer MAJ Windows
echo ------------------------
echo .
net stop wuauserv >NUL 2>&1
echo Arret du service [OK]
@REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f >NUL 2>&1
@REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f >NUL 2>&1
@Reg Delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f >NUL 2>&1
echo Cle de registre [OK]
net start wuauserv >NUL 2>&1
echo Demarrage du service [OK]
wuauclt /forcedetect /detectnow
echo Recherche de MAJ [OK]
echo.
Pause
Ce script devrait faire l'affaire:
@echo off
echo ------------------------
echo Forcer MAJ Windows
echo ------------------------
echo .
net stop wuauserv >NUL 2>&1
echo Arret du service [OK]
@REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f >NUL 2>&1
@REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f >NUL 2>&1
@Reg Delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f >NUL 2>&1
echo Cle de registre [OK]
net start wuauserv >NUL 2>&1
echo Demarrage du service [OK]
wuauclt /forcedetect /detectnow
echo Recherche de MAJ [OK]
echo.
Pause
11 juin 2015 à 14:05
11 juin 2015 à 16:13
11 juin 2015 à 19:50