To me, one of the most useful features of Windows is the Search you get by hitting the Windows key on your keyboard and then typing whatever you want. This is the way to make it work for you, instead of earning money for Microsoft.
The Problem
Letting us open programs or files on our own PC’s doesn’t earn Microsoft any money, so they gradually built ads and web searches into their search, making it slow and extremely unreliable.
The Solution
- Open
regedit. - Head to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search. - Edit (or create) the DWORD value
BingSearchEnabledand set its value to 0. - Reboot (maybe a logout would be sufficient but just to be sure).
- Enjoy lightning-fast search on your local files, folders, and applications.
UPDATE 2025-09-17: Disable file contents indexing
A commenter on Hacker News asked how to disable file contents indexing, keeping only filename search. I haven’t tried this myself, but from the official Microsoft documentation:
- Open
Indexing Optionsfrom Control Panel or searching for it from Start. - Click the
Advancedbutton - Go to the
File Typestab - Find the file extension you want to change and change the option from
Index Properties and File ContentstoIndex Properties Only. - Click
OKand let the index rebuild.