Skip to content

Instantly share code, notes, and snippets.

@jhamberg
Last active November 13, 2019 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhamberg/47fe43a930b6db1fd64214ffff496e21 to your computer and use it in GitHub Desktop.
Save jhamberg/47fe43a930b6db1fd64214ffff496e21 to your computer and use it in GitHub Desktop.
How to fix broken Windows 10 Search (1903)
  1. Check your Windows version by pressing Windows + R and entering winver
  2. Download the latest Servicing Stack Updates for your Windows version
  3. Open and install the .msu file
  4. Download and apply the KB4522355 update
  5. Reboot
  6. Open Command Prompt as an administrator and run sfc /scannow.
  7. Scan completes without errors, but C:\Windows\Logs\CBS\CBS.log should report multiple warnings like this:

Warning: Overlap: Directory ??\C:\ProgramData\Microsoft\Windows\Start Menu\ is owned twice or has its security set twice

  1. Reboot once more and your search should be working again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment