Windows search stopped working

1

I'm using Windows 10 Anniversary Update and recently the Windows search feature has stopped working. I think it was due to some copying / cutting around some of the file in my AppData or something (not completely sure about the cause, just guessing)

Here is the result when I try to search for Control panel:

screenshot of Windows search returning no results

I have tried every single thing I can find on the Web, including restarting Cortana/Windows search service, rebuilding search index ... but nothing could help. Any idea how to solve this ?

ramcrys

Posted 2018-10-07T06:55:30.553

Reputation: 11

Workaround: use a third-party tool such as DocFetcher (which can index some document types that Windows Search can't). – DrMoishe Pippik – 2018-10-07T23:54:32.200

I indeed tried to use "Everything" and somehow for searching files it's even better than Windows search. But I'd still prefer if Windows search is restored. – ramcrys – 2018-10-08T08:04:52.250

Use the command to re-register Cortana.

  1. Open Windows PowerShell,run as Administrator.

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

  3. Click Enter.

  4. < – Daisy Zhou – 2018-10-09T14:28:32.273

Still doesn't work ... – ramcrys – 2018-10-09T15:49:11.387

Answers

0

After a rather long time, I decided to fix it in the brute-force way (and it works !) by creating a new user account, copying some important apps config over, then starting everything anew there.

Seems silly, but it works ...

ramcrys

Posted 2018-10-07T06:55:30.553

Reputation: 11