Advertisement
corrosiontears

Stop Edge to ask you change search engine to Bing

Mar 29th, 2025 (edited)
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.52 KB | None | 0 0
  1. // Force disable "features hints" that obligates users to change the default search engine back to Bing on Edge //
  2. // https://www.elevenforum.com/t/can-i-stop-this-bing-notice.27754/ //
  3. // Run the command line on powershell as administrator to create the policy enter on regedit
  4.  
  5. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v "SpotlightExperiencesAndRecommendationsEnabled" /t REG_DWORD /d 0 /f
  6.  
  7. // After that you can see if it works typing "edge://policy" on browser and clicking in "refresh policies".
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement