Windows 10 Menu Démarrer and Recherche ne fonctionne pas
Windows 10 Menu Démarrer and Recherche ne fonctionne pas
C'est un problème I've ran into on multiple machines maintenant. The Windows 10 Menu Démarrer and/or Search (Cortana) stops fonctionnel even après restarting the ordinateur.
Re: Windows 10 Menu Démarrer and Recherche ne fonctionne pas
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.
Si vous can’t open or tapez anything dans le Windows 10 search menu, veuillez try one or both duse methods:
**Method 1:** 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é:
Command 1:
`PowerShell -ExecutionPolicy Unrestricted`
Maintenant enter the below command and hit Entrez clé:
Command 2:
```
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
```
Si le problème encore persist, follow the second method:
**Method 2:** 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.
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.
Tapez the following dans le Powershell prompt:
Command:
```
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
```
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.
Si vous can’t open or tapez anything dans le Windows 10 search menu, veuillez try one or both duse methods:
**Method 1:** 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é:
Command 1:
`PowerShell -ExecutionPolicy Unrestricted`
Maintenant enter the below command and hit Entrez clé:
Command 2:
```
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
```
Si le problème encore persist, follow the second method:
**Method 2:** 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.
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.
Tapez the following dans le Powershell prompt:
Command:
```
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
```
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.