Page 1 of 1

Windows 10 Search can't find ANY applications

Posted: Fri Oct 09, 2015 10:36 am
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