Skip to content

Instantly share code, notes, and snippets.

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 julianxhokaxhiu/061395ca6febf6ea2fc162bccbdf343a to your computer and use it in GitHub Desktop.
Save julianxhokaxhiu/061395ca6febf6ea2fc162bccbdf343a to your computer and use it in GitHub Desktop.
Hide the Edge 111 Bing toolbar icon on Windows and Mac
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>HubsSidebarEnabled</key>
<false/>
<key>PayloadDisplayName</key>
<string>Microsoft Edge</string>
<key>PayloadIdentifier</key>
<string>com.microsoft.Edge.46171B36-4A73-4121-88D4-A3BA26F34E69</string>
<key>PayloadType</key>
<string>com.microsoft.Edge</string>
<key>PayloadUUID</key>
<string>46171B36-4A73-4121-88D4-A3BA26F34E69</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>DisableMicrosoftEdgeHubsSidebar</string>
<key>PayloadIdentifier</key>
<string>N64L54962P.69D69CF2-D9F4-4DBA-B3D6-B4F15581FBFA</string>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>69D69CF2-D9F4-4DBA-B3D6-B4F15581FBFA</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>RemovalDate</key>
<date>2030-12-31T16:01:07Z</date>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"HubsSidebarEnabled"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment