Skip to content

Instantly share code, notes, and snippets.

@ecnepsnai
Last active February 28, 2023 04:49
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 ecnepsnai/534b3107004ae068458a1a23542dc8eb to your computer and use it in GitHub Desktop.
Save ecnepsnai/534b3107004ae068458a1a23542dc8eb to your computer and use it in GitHub Desktop.
Disables bad/annoying/borderline-malicious features of Edge, making it a tolerable browser.
<?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>UserFeedbackAllowed</key>
<false/>
<key>AutofillCreditCardEnabled</key>
<false/>
<key>EdgeCollectionsEnabled</key>
<false/>
<key>ShowMicrosoftRewards</key>
<false/>
<key>EdgeShoppingAssistantEnabled</key>
<false/>
<key>PersonalizationReportingEnabled</key>
<false/>
<key>ShowRecommendationsEnabled</key>
<false/>
<key>WebWidgetAllowed</key>
<false/>
<key>MathSolverEnabled</key>
<false/>
<key>BackgroundModeEnabled</key>
<false/>
<key>InAppSupportEnabled</key>
<false/>
<key>StartupBoostEnabled</key>
<false/>
<key>NewTabPageSearchBox</key>
<string>redirect</string>
<key>TyposquattingCheckerEnabled</key>
<false/>
<key>SiteSafetyServicesEnabled</key>
<false/>
<key>AlternateErrorPagesEnabled</key>
<false/>
<key>AutofillAddressEnabled</key>
<false/>
<key>ConfigureDoNotTrack</key>
<true/>
<key>PaymentMethodQueryEnabled</key>
<false/>
<key>PromotionalTabsEnabled</key>
<false/>
<key>VisualSearchEnabled</key>
<false/>
<key>AutoImportAtFirstRun</key>
<false/>
<key>BlockExternalExtensions</key>
<true/>
<key>FamilySafetySettingsEnabled</key>
<false/>
<key>PasswordGeneratorEnabled</key>
<false/>
<key>PasswordManagerEnabled</key>
<false/>
<key>PasswordMonitorAllowed</key>
<false/>
<key>ResolveNavigationErrorsUseWebService</key>
<false/>
<key>EdgeFollowEnabled</key>
<false/>
<key>AllowGamesMenu</key>
<false/>
<key>BlockThirdPartyCookies</key>
<true/>
<key>DefaultNotificationsSetting</key>
<integer>2</integer>
<key>DefaultGeolocationSetting</key>
<integer>2</integer>
<key>AccessibilityImageLabelsEnabled</key>
<false/>
<key>QuickSearchShowMiniMenu</key>
<false/>
<key>HubsSidebarEnabled</key>
<false/>
<key>MicrosoftEdgeInsiderPromotionEnabled</key>
<false/>
<key>WindowOcclusionEnabled</key>
<false/>
<key>SpotlightExperiencesAndRecommendationsEnabled</key>
<false/>
<key>NewTabPageAppLauncherEnabled</key>
<false/>
<key>NewTabPageContentEnabled</key>
<false/>
<key>AddressBarMicrosoftSearchInBingProviderEnabled</key>
<false/>
<key>SearchInSidebarEnabled</key>
<false/>
<key>PayloadDescription</key>
<string>Microsoft Edge Settings</string>
<key>PayloadDisplayName</key>
<string>Microsoft Edge App Defaults</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.microsoft.Edge.B009E021-7A29-49A7-9AEF-3AF9466B697A</string>
<key>PayloadOrganization</key>
<string>Example</string>
<key>PayloadType</key>
<string>com.microsoft.Edge</string>
<key>PayloadUUID</key>
<string>B009E021-7A29-49A7-9AEF-3AF9466B697A</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Microsoft Edge Settings</string>
<key>PayloadIdentifier</key>
<string>com.example.edge</string>
<key>PayloadOrganization</key>
<string>Example</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>HasRemovalPasscode</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>3C423C3C-64B8-45F8-A477-458D023CB743</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"UserFeedbackAllowed"=dword:00000000
"AutofillCreditCardEnabled"=dword:00000000
"EdgeCollectionsEnabled"=dword:00000000
"ShowMicrosoftRewards"=dword:00000000
"EdgeShoppingAssistantEnabled"=dword:00000000
"PersonalizationReportingEnabled"=dword:00000000
"ShowRecommendationsEnabled"=dword:00000000
"WebWidgetAllowed"=dword:00000000
"MathSolverEnabled"=dword:00000000
"BackgroundModeEnabled"=dword:00000000
"InAppSupportEnabled"=dword:00000000
"StartupBoostEnabled"=dword:00000000
"NewTabPageSearchBox"="redirect"
"TyposquattingCheckerEnabled"=dword:00000000
"SiteSafetyServicesEnabled"=dword:00000000
"AlternateErrorPagesEnabled"=dword:00000000
"AutofillAddressEnabled"=dword:00000000
"ConfigureDoNotTrack"=dword:00000001
"PaymentMethodQueryEnabled"=dword:00000000
"PromotionalTabsEnabled"=dword:00000000
"VisualSearchEnabled"=dword:00000000
"AutoImportAtFirstRun"=dword:00000000
"BlockExternalExtensions"=dword:00000001
"FamilySafetySettingsEnabled"=dword:00000000
"PasswordGeneratorEnabled"=dword:00000000
"PasswordManagerEnabled"=dword:00000000
"PasswordMonitorAllowed"=dword:00000000
"ResolveNavigationErrorsUseWebService"=dword:00000000
"EdgeFollowEnabled"=dword:00000000
"AllowGamesMenu"=dword:00000000
"BlockThirdPartyCookies"=dword:00000001
"DefaultNotificationsSetting"=dword:00000002
"DefaultGeolocationSetting"=dword:00000002
"AccessibilityImageLabelsEnabled"=dword:00000000
"QuickSearchShowMiniMenu"=dword:00000000
"HubsSidebarEnabled"=dword:00000000
"MicrosoftEdgeInsiderPromotionEnabled"=dword:00000000
"WindowOcclusionEnabled"=dword:00000000
"SpotlightExperiencesAndRecommendationsEnabled"=dword:00000000
"NewTabPageAppLauncherEnabled"=dword:00000000
"NewTabPageContentEnabled"=dword:00000000
"AddressBarMicrosoftSearchInBingProviderEnabled"=dword:00000000
"SearchInSidebarEnabled"=dword:00000000
{
"UserFeedbackAllowed": false,
"AutofillCreditCardEnabled": false,
"EdgeCollectionsEnabled": false,
"ShowMicrosoftRewards": false,
"EdgeShoppingAssistantEnabled": false,
"PersonalizationReportingEnabled": false,
"ShowRecommendationsEnabled": false,
"WebWidgetAllowed": false,
"MathSolverEnabled": false,
"BackgroundModeEnabled": false,
"InAppSupportEnabled": false,
"StartupBoostEnabled": false,
"NewTabPageSearchBox": "redirect",
"TyposquattingCheckerEnabled": false,
"SiteSafetyServicesEnabled": false,
"AlternateErrorPagesEnabled": false,
"AutofillAddressEnabled": false,
"ConfigureDoNotTrack": true,
"PaymentMethodQueryEnabled": false,
"PromotionalTabsEnabled": false,
"VisualSearchEnabled": false,
"AutoImportAtFirstRun": false,
"BlockExternalExtensions": true,
"FamilySafetySettingsEnabled": false,
"PasswordGeneratorEnabled": false,
"PasswordManagerEnabled": false,
"PasswordMonitorAllowed": false,
"ResolveNavigationErrorsUseWebService": false,
"EdgeFollowEnabled": false,
"AllowGamesMenu": false,
"BlockThirdPartyCookies": true,
"DefaultNotificationsSetting": 2,
"DefaultGeolocationSetting": 2,
"AccessibilityImageLabelsEnabled": false,
"QuickSearchShowMiniMenu": false,
"HubsSidebarEnabled": false,
"MicrosoftEdgeInsiderPromotionEnabled": false,
"WindowOcclusionEnabled": false,
"SpotlightExperiencesAndRecommendationsEnabled": false,
"NewTabPageAppLauncherEnabled": false,
"NewTabPageContentEnabled": false,
"AddressBarMicrosoftSearchInBingProviderEnabled": false,
"SearchInSidebarEnabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment