Windows 10 apps search not finding your programs

  • Posted on: 29 March 2016
  • By: Michał Turecki

To fix:

  • Launch PowerShell ad Administrator
  • Run the following command:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}