-- Leo's gemini proxy

-- Connecting to g.codelearn.me:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

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)


open `powershell` (with win+r and type `powershell`)

paste this:


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.

-- Response ended

-- Page fetched on Sun May 12 06:51:49 2024