Microsoft keeps preventing users from disabling this tedious feature.
Here's how you can do it on the current version 2004:
- Run regedit
- Navigate to "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows"
- Create the key "Explorer" inside of "Windows" key.
- Create the dword (32-bit) value "DisableSearchBoxSuggestions"
- Set "DisableSearchBoxSuggestions" to 1
This regedit script will do it for you:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"DisableSearchBoxSuggestions"=dword:00000001