7

How can I remove the items highlighted in yellow from the search dialog in the Windows 11 start menu?

enter image description here

Austin
  • 291

1 Answers1

12

Okay so I figured out a way with the registry editor. Also I don't consider this a "hack" like one of the comments suggests as registry edits are pretty dang easy to add/remove and highly unlikely to "wreck" my machine.

Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

  1. Add DWORD DisableSearchBoxSuggestions = 1
  2. Restart

enter image description here


Result

enter image description here

Austin
  • 291