<p>Ce problème est dû au cache ou au réseau. Voici la solution :</p>
<ol>
<li><strong>Videz le cache</strong> :<pre data-code-wrap="powershell"><code class="lang-powershell">net stop wuauserv
Remove-Item C:\Windows\SoftwareDistribution\Download* -Recurse -Force
net start wuauserv
</code></pre>
</li>
<li><strong>Mode sans échec</strong> : Shift+Redémarrer > Paramètres de démarrage > 4.</li>
<li><strong>Dépanneur</strong> : Paramètres > Résolution > Mise à jour.</li>
</ol>
<p><strong>Logs à consulter</strong> : Observateur d’événements > Journaux Windows > Système > Event ID 20 (mise à jour).</p>
<p><strong>Prévention</strong> : Connexion stable, espace disque suffisant.</p>