Skip to content

Instantly share code, notes, and snippets.

@yashgorana
Last active November 4, 2024 13:27
Show Gist options
  • Save yashgorana/83a2939d739e312820f39703fe991412 to your computer and use it in GitHub Desktop.
Save yashgorana/83a2939d739e312820f39703fe991412 to your computer and use it in GitHub Desktop.
Microsoft Edge debloat (using Group Policies)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
; Edge Specific Settings
"BackgroundModeEnabled"=dword:00000000
"BingAdsSuppression"=dword:00000001
"CryptoWalletEnabled"=dword:00000000
"DiagnosticData"=dword:00000000
"EdgeAssetDeliveryServiceEnabled"=dword:00000000
"EdgeCollectionsEnabled"=dword:00000000
"EdgeEDropEnabled"=dword:00000000
"EdgeFollowEnabled"=dword:00000000
"EdgeShoppingAssistantEnabled"=dword:00000000
"EdgeWalletCheckoutEnabled"=dword:00000000
"EdgeWalletEtreeEnabled"=dword:00000000
"ExperimentationAndConfigurationServiceControl"=dword:00000000
"HubsSidebarEnabled"=dword:00000000
"ImplicitSignInEnabled"=dword:00000000
"MicrosoftEdgeInsiderPromotionEnabled"=dword:00000000
"PersonalizationReportingEnabled"=dword:00000000
"ResolveNavigationErrorsUseWebService"=dword:00000000
"ShowMicrosoftRewards"=dword:00000000
"StandaloneHubsSidebarEnabled"=dword:00000000
"WalletDonationEnabled"=dword:00000000
"WebWidgetAllowed"=dword:00000000
"AllowGamesMenu"=dword:00000000
"PaymentMethodQueryEnabled"=dword:00000000
"PromotionalTabsEnabled"=dword:00000000
"InAppSupportEnabled"=dword:00000000
"ExtensionManifestV2Availability"=dword:00000002
"EdgeWorkspacesEnabled"=dword:00000000
"ComposeInlineEnabled"=dword:00000000
"ImageEditorServiceEnabled"=dword:00000000
"MicrosoftEditorProofingEnabled"=dword:00000000
"MicrosoftEditorSynonymsEnabled"=dword:00000000
"SyncDisabled"=dword:00000001
"ForceSync"=dword:00000000
"UserFeedbackAllowed"=dword:00000000
; Chrome-compatible Settings
"AlternateErrorPagesEnabled"=dword:00000000
"AutofillCreditCardEnabled"=dword:00000000
"BrowserSignin"=dword:00000000
"ConfigureDoNotTrack"=dword:00000001
"PasswordManagerEnabled"=dword:00000000
"RelatedWebsiteSetsEnabled"=dword:00000000
"ShowRecommendationsEnabled"=dword:00000000
; Password Settings
"PasswordLeakDetectionEnabled"=dword:00000000
"PasswordSharingEnabled"=dword:00000000
"BlockExternalExtensions"=dword:00000000
; Site Shields/Permissions
"DefaultGeolocationSetting"=dword:00000002
"DefaultLocalFontsSetting"=dword:00000002
"DefaultSensorsSetting"=dword:00000002
"DefaultNotificationsSetting"=dword:00000002
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist]
;; uBlock Origin - MS Edge Store
;"1"="odfafepnkmbhccpbejgmiehpchacaeak"
;; Cookie AutoDelete - MS Edge Store
;"2"="djkjpnciiommncecmdefpdllknjdmmmo"
;; I still don't care about cookies - MS Edge Store
;"3"="kkacdgacpkediooahopgcbdahlpipheh"
;; BlankTab - MS Edge Store
;"4"="ihknoknoahjhldmpdoajjdkfjhddgpcd"
;; 1Password - MS Edge Store
;"5"="dppgmdbiimibapkepcbdbmkaabgiofem"
;; ClearURLs - MS Edge Store
;"6"="mdkdmaickkfdekbjdoojfalpbkgaddei"
@yashgorana
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment