Windows 10 Search can't find ANY applications

Windows based issues resolved
Post Reply
RescuePC
Posts: 122
Joined: Wed Apr 04, 2012 8:48 pm

Windows 10 Search can't find ANY applications

Post by RescuePC »

Windows 10 Search can't find ANY applications

1.Open an elevated Command Prompt window (press win + X, and then press A)
2.Type start powershell and press enter
3.Run the command (in one line):

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Cheers
RescuePC
Post Reply