Cortana não encontra aplicativos de área de trabalho ao procurá-los
I reinstalled [Cortana] using the following procedure:
- Open and elevated CMD window (rightclick --> run as admin)
- Start powershell (type 'powershell' without quotes and press enter)
- Run the command:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Within 10 seconds my search was back to normal and I could finally put this problem to rest.