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