💾 Archived View for g.codelearn.me › 2018-06-02-fix-windows-search.gmi captured on 2024-05-26 at 14:45:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Fix Windows 10 search

The issue

The Windows 10 search is not working. No results. Infinite loading.

Solution

Reinstall Cortana (even if you don't use it at all)

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

It should take couple of seconds.

There are other solutions related to folders permission and registry keys but non of them did help.