Search Problem
Updated at: 26/08/2015


A quanto pare, può capitare che Windows 10 ad un certo punto smetta di cercare i programmi e le app quando si apre il menu start, ma mostra solo i risultati presenti nei file... Sembra un problema dovuto a Cortana, facendo così a me si è risolto
  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"}
  Link di riferimento: http://superuser.com/questions/950009/windows-10-cortana-search-is-not-finding-apps?answertab=votes#tab-top