Home site EPFL LoginThis site is in french only !
> windows.epfl.ch

Home Page

Problèmes de Windows Update sous Windows 7 SP1 /8.1 / 10
  

Avant toute chose, si vous utilisez encore Windows 7, posez-vous la question si vous désirez VRAIMENT installer un vieil OS qui n'est plus supporté ? Pour info Win7 date de 2010...et la fin du support s'est terminé le 14 janvier 2020 à minuit PST.

Bon! si vous insistez, vous verrez qu'un problème survient de manière récurrente lors de l'installation de Windows 7 SP1 sur une nouvelle machine : l'installation des mises à jour consécutives échoue lamentablement, forçant l'utilisateur à relancer Windows Update plusieurs fois jusqu'à ce que le tout se stabilise. De plus la première recherche de Windows Update peut prendre de quelques heures à quelques dizaines d'heures, voire plusieurs jours... (machine ne faisant rien apparemment : CPU = zéro, Disque = presque zéro, Réseau = zéro).

Une nouvelle solution est apparue,fonctionnant encore mieux :

suivre la procédure Microsoft ici >> https://support.microsoft.com/fr-ch/help/10164/fix-windows-update-errors

https://docs.microsoft.com/en-us/troubleshoot/windows-server/deployment/fix-windows-update-errors

https://docs.microsoft.com/en-us/troubleshoot/windows-server/deployment/fix-windows-update-errors


OLDInfo :______________________________________________________________________________________________________

il suffit de réinitialiser l'agent de mise à jour de Windows Update et d'installer le dernier en date AVANT de lancer Windows Update :
Installer l'Agent de mise à jour de Windows  le plus récent :
https://support.microsoft.com/fr-ch/kb/949104

Si cela ne fonctionne toujours pas, vous pouvez tenter les manipulations données dans cette KB :
https://support.microsoft.com/fr-ch/kb/971058

Et je laisse quand même l'ancienne solution, au cas où...

Method 1: Run the Windows Update troubleshooter
Open the Windows Update troubleshooter by swiping in from the right edge of the screen, tappingSearch (or if you're using a mouse, pointing to the upper-right corner of the screen, moving the mouse pointer down, and then clickingSearch), entering Troubleshooting in the search box, tapping or clickingSettings, and then tapping or clicking Troubleshooting. Under System and Security, tap or clickFix problems with Windows Update.

Run the troubleshooter, then open Windows Update and try to install the update again.

Method 2: Run the DISM tool
Swipe in from the right edge of the screen, and then tap Search.
(If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then clickSearch.)

Enter command prompt in the search box.

In the list of results, swipe down on or right-click Command Prompt, and then tap or clickRun as administrator.

In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:

DISM.exe /Online /Cleanup-image /Scanhealth

DISM.exe /Online /Cleanup-image /Restorehealth

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess

To close the Administrator: Command prompt window, type Exit, and then press Enter.

Run Windows Update again.

 

--------------

Cette solution de contournement fonctionne si tu as besoin de faire les mises à jour Windows rapidement :

Tout d’abord il te faut démarer une console PowerShell en mode Administreur, puis installer le module PS 

  • Install-Module -Name PSWindowsUpdate -Force

 

La commande suivante va te donner tous les correctifs nécessaires 

  • Get-WUlist -MicrosoftUpdate

 

Finalement la dernière commande te permet d’installer les correctifs précédemment listés 

  • Install-WindowsUpdate -MicrosoftUpdate -AcceptAll

 

Un reboot est nécessaire après l’installation des correctifs.

 

Tu peux vérifier que l’installation c’est bien passée avec la commande 

  • Get-WUHistory

 

Article N° 366 du 07.03.2022 15:40:57 par Thierry Charles -- Permalink : http://windows.epfl.ch/?article=366
Mentions légales     Signaler un problème
© 2001-2024 EPFL, EPFL-EXAPP, T. Charles, tous droits réservés.