1707 private links
WuMgr (Update Manager for Windows) is a tool to manage updates of Microsoft products on the Windows operating system. It uses the "Windows Update Agent API" to identify as well as download and install missing updates. It allows the user fine control of updates on modern (Windows 10) operating system versions, comparable to what windows 7 and 8.1 offered.
Save-Module -Name PSWindowsUpdate -Path C:\Program Files\WindowsPowerShell\Modules
Install-Module -Name PSWindowsUpdate -Force
Import-Module PSWindowsUpdate
Add-WUServiceManager -Force -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d
Get-WUInstall -MicrosoftUpdate -Install -AcceptAll -AutoReboot -Category @('Critical Updates', 'Security Updates')
Cette procédure de résolution pas à pas contient des étapes permettant de résoudre des problèmes survenant lors de l'installation de mises à jour. Voici quelques codes d'erreur courants : 0x80073712, 0x800705B4, 0x80004005, 0x8024402F, 0x80070002, 0x80070643, 0x80070003, 0x8024200B, 0x80070422, 0x80070020. Ces étapes devraient permettre de résoudre toutes les erreurs, pas uniquement celles mentionnées dans la liste.