Skip to content

Instantly share code, notes, and snippets.

@itsmepetrov
Created March 17, 2023 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsmepetrov/32a2ac7f79ac47773b8758c7ba8fae43 to your computer and use it in GitHub Desktop.
Save itsmepetrov/32a2ac7f79ac47773b8758c7ba8fae43 to your computer and use it in GitHub Desktop.
Disabling the Bing/Discovery button on macOS

How to get rid of Bing/Discovery button in Edge on macOS

Execute the following commands in the terminal:

/usr/bin/defaults write /tmp/com.microsoft.Edge.plist HubsSidebarEnabled -bool false
sudo mkdir /Library/Managed\ Preferences
sudo mv /tmp/com.microsoft.Edge.plist /Library/Managed\ Preferences/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment