18 févr. 2016, 12:54
Alors pour l'activation de Windows, j'ai utilisé le serveur téléphonique il y a deux jours, pas de pb de ce côté là.
A ce moment, il me semble que l'heure était synchro, vu que je n'avais rien changé.
La bonne nouvelle, c'est que maintenant ca marche. (je n'ai pas fait la modif sur le téléchargement Beubeu)
Voilà le script dont je t'avais parlé, il permet bien de lancer la vérification des mises à jour :
@echo off
Echo This batch file will Force the Update Detection from the AU client:
Echo 1. Stops the Automatic Updates Service (wuauserv)
Echo 2. Deletes the LastWaitTimeout registry key (if it exists)
Echo 3. Deletes the DetectionStartTime registry key (if it exists)
Echo 4. Deletes the NextDetectionTime registry key (if it exists)
Echo 5. Restart the Automatic Updates Service (wuauserv)
Echo 6. Force the detection
Pause
@echo on
net stop wuauserv
REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow
@echo off
Echo This AU client will now check for the Updates on the Local WSUS Server.
Echo.
Echo This script is provided by
http://blogmotion.fr
Pause
Je sens que je vais essayer de recommencer sur un autre disque dur, une fois que ce sera fini... J'aime pas quand je comprends pas !
Merci des conseils en tous cas
