Skip to content

Instantly share code, notes, and snippets.

@michyprima
Created July 14, 2023 14:41
Show Gist options
  • Save michyprima/288fc8b4bf5e75847c54421d94861cac to your computer and use it in GitHub Desktop.
Save michyprima/288fc8b4bf5e75847c54421d94861cac to your computer and use it in GitHub Desktop.
Making microsoft edge tolerable
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"AutofillAddressEnabled"=dword:00000000
"BrowserSignin"=dword:00000000
"SyncDisabled"=dword:00000001
"BrowserAddProfileEnabled"=dword:00000000
"HideFirstRunExperience"=dword:00000001
"EdgeShoppingAssistantEnabled"=dword:00000000
"BingAdsSuppression"=dword:00000001
"HideRestoreDialogEnabled"=dword:00000001
"ShowMicrosoftRewards"=dword:00000000
"ShowRecommendationsEnabled"=dword:00000000
"AutofillCreditCardEnabled"=dword:00000000
"PasswordManagerEnabled"=dword:00000000
"HubsSidebarEnabled"=dword:00000000
"WebWidgetAllowed"=dword:00000000
;"BlockThirdPartyCookies"=dword:00000001
"PersonalizationReportingEnabled"=dword:00000000
"DiagnosticData"=dword:00000000
"ConfigureShare"=dword:00000001
"ConfigureDoNotTrack"=dword:00000001
"WebWidgetIsEnabledOnStartup"=dword:00000000
"ResolveNavigationErrorsUseWebService"=dword:00000000
"AddressBarMicrosoftSearchInBingProviderEnabled"=dword:00000000
"SiteSafetyServicesEnabled"=dword:00000000
"ManagedSearchEngines"="[{\"allow_search_engine_discovery\":true},{\"is_default\":true,\"search_url\":\"https://www.google.com/search?q={searchTerms}\",\"name\":\"Google\",\"keyword\":\"google.com\"}]"
"PromotionalTabsEnabled"=dword:00000000
"SpotlightExperiencesAndRecommendationsEnabled"=dword:00000000
"TyposquattingCheckerEnabled"=dword:00000000
"AlternateErrorPagesEnabled"=dword:00000000
"EdgeFollowEnabled"=dword:00000000
"DiscoverPageContextEnabled"=dword:00000000
"EdgeDiscoverEnabled"=dword:00000000
"RestoreOnStartup"=dword:0000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment