Created
March 16, 2023 05:10
-
-
Save firexcy/9770337ed5744169c590e9de852a01fd to your computer and use it in GitHub Desktop.
edge-nobb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadDisplayName</key> | |
<string>edge-nobb</string> | |
<key>PayloadIdentifier</key> | |
<string>com.example.edge-nobb</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>42DDF1EF-9DB8-4754-BBF9-F7CE8F243015</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>TargetDeviceType</key> | |
<integer>5</integer> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDisplayName</key> | |
<string>Microsoft Edge</string> | |
<key>PayloadIdentifier</key> | |
<string>com.microsoft.Edge.0E363A29-C83F-4C1F-AA15-1599EEC6E548</string> | |
<key>PayloadType</key> | |
<string>com.microsoft.Edge</string> | |
<key>PayloadUUID</key> | |
<string>97AD6C34-0A54-434A-8CA1-65C44AAD1C29</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>HubsSidebarEnabled</key> | |
<false/> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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