Most people rebuild the index the wrong way.
✔ Correct Solution
Run:
PowerShell -Command "Get-AppxPackage Microsoft.Windows.Search* | Reset-AppxPackage"
Then rebuild index.
Fixes search for 99% of users.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Most people rebuild the index the wrong way.
Run:
PowerShell -Command "Get-AppxPackage Microsoft.Windows.Search* | Reset-AppxPackage"
Then rebuild index.
Fixes search for 99% of users.