Stop suggesting Microsoft Edge browser in start menu when typing "internet" [duplicate]
Solution 1:
You can either disabled it through a group policy.
By creating the key, DisableSearchBoxSuggestions
, with a value of 1. At the following location:
HKEY_CURRENT_USER \ SOFTWARE \ Policies \ Microsoft \ Windows \ Explorer
Based on my research that might only work if you are running Windows 10 version 2004
.
If that does not work, verify you have disabled, Occasionally show suggestions in Start
If that still does not work: Here has a registry file that indicates will disable the suggestion.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"CortanaConsent"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
"BingSearchEnabled"=dword:00000000
DisableWebSearch