<p>J’ai trouvé that a good old système redémarrer will do the trick, cependant if that ne work, this fix has a fonctionné quite often.</p>
<p>Si vous can’t open or tapez anything dans le Windows 10 search menu, veuillez try one or both duse methods:</p>
<p><strong>Method 1:</strong> Faites un clic droit sur le menu Démarrer or appuyez sur Windows + X clés sur le clavier, sélectionner and open Command prompt (admin). Ensuite enter the below commands and hit Entrez clé:</p>
<p>Command 1:<br>
<code>PowerShell -ExecutionPolicy Unrestricted</code><br>
Maintenant enter the below command and hit Entrez clé:</p>
<p>Command 2:</p>
<pre><code class="lang-auto">Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "SystemApps"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"}
</code></pre>
<p>Si le problème encore persist, follow the second method:</p>
<p><strong>Method 2:</strong> Ouvrez le Gestionnaire des tâches by pressing CTRL+Shift+ESC clés. Or vous pouvez open it by clic droiting sur le taskbar si cela fonctionne.<br>
Ensuite click Fichier an ensuite Run Nouveau Task. Assurez-vous you have a check mark beside “Créer this task avec administrative privileges”. Maintenant tapez Powershell.<br>
Tapez the following dans le Powershell prompt:</p>
<p>Command:</p>
<pre><code class="lang-auto">$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
</code></pre>
<p>Wait till the processus completed and ensuite close the Powershell window. Maintenant, redémarrer the ordinateur and vérifiez si that corrigé the problème.</p>