Thursday, 10 September 2015

Windows 10: Cortana Search Is Not Finding Apps


  1. Open "cmd"
  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"}

No comments:

Post a Comment