Last active
October 10, 2025 19:34
-
-
Save michyprima/288fc8b4bf5e75847c54421d94861cac to your computer and use it in GitHub Desktop.
Making microsoft edge tolerable
This file contains hidden or 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] | |
| "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 | |
| "EdgeCopilotEnabled"=dword:00000000 | |
| "HubsSidebarEnabled"=dword:00000000 | |
| "ShowCopilotButton"=dword:00000000 | |
| "EntraCopilotPageContext"=dword:00000000 | |
| "Microsoft365CopilotChatIconEnabled"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment