Windows 10 apps search not finding your programs
Tags:
To fix:
- Launch PowerShell ad Administrator
- Run the following command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}