<p>Ce problème est dû à un cache corrompu ou à un problème réseau. Voici la solution :</p>
<ol>
<li><strong>Réinitialisez le Store</strong> : Win+R > <code>wsreset.exe</code>.</li>
<li><strong>Date/heure</strong> : Paramètres > Heure et langue > Synchroniser.</li>
<li><strong>Dépanneur</strong> : Paramètres > Système > Résolution > Applications Windows Store.</li>
<li><strong>Réinstallez le Store</strong> :<pre data-code-wrap="powershell"><code class="lang-powershell">Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
</code></pre>
</li>
<li><strong>Videz le cache</strong> : Supprimez <code>%localappdata%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache</code>.</li>
</ol>
<p><strong>Logs à consulter</strong> : Observateur d’événements > Journaux Windows > Application > Event ID 598 (erreur du Store).</p>
<p><strong>Prévention</strong> : Évitez d’utiliser un VPN pendant les installations, activez les mises à jour automatiques.</p>