- Open Registry Editor as admin
- Navigate to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows. - Right-click on the
Windowskey, select New, then Key, and name itExplorer. - Click on the new
Explorerkey. Right-click in the right pane, select New, then DWORD (32-bit) Value, and name itDisableSearchBoxSuggestions. - Double-click DisableSearchBoxSuggestions and set the Value data to 1.
- Click OK, close the Registry Editor
- Kill, Explorer and relaunch it
- Or, restart your computer
Windows 11 simplified right-click context menu loads slower and you have to click, "Show more options". To normally bypass this, hold shift and right-click (or press Shift + F10) to access the full legacy menu.
The new "simplified" menu loads slower (noticable on corporate laptops) as MS slopped in JS for .. .. don't know why.
Run the following command in Command Prompt (Admin):
reg add "HKEY_CURRENT_USER\Software\Classes\CLSID\{86CA1AA0-34AA-4E8B-A509-50C905BAE2A2}\InprocServer32" /f /veRestart Windows Explorer:
taskkill /F /IM explorer.exe & start explorerNOTE: To restore the default context menu, delete
{86CA1AA0-34AA-4E8B-A509-50C905BAE2A2}key from the Registry and restart Explorer.
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f