Skip to content

Instantly share code, notes, and snippets.

@yashgorana
Last active May 6, 2024 19:32
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
"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
; chrome
"AlternateErrorPagesEnabled"=dword:00000000
"AutofillCreditCardEnabled"=dword:00000000
"BrowserSignin"=dword:00000000
"ConfigureDoNotTrack"=dword:00000001
"PasswordManagerEnabled"=dword:00000000
"RelatedWebsiteSetsEnabled"=dword:00000000
"ShowRecommendationsEnabled"=dword:00000000
"SyncDisabled"=dword:00000001
"UserFeedbackAllowed"=dword:00000000
; password
"PasswordLeakDetectionEnabled"=dword:00000000
"PasswordManagerEnabled"=dword:00000000
"PasswordSharingEnabled"=dword:00000000
; site shields
"DefaultGeolocationSetting"=dword:00000002
"DefaultLocalFontsSetting"=dword:00000002
"DefaultSensorsSetting"=dword:00000002
"DefaultNotificationsSetting"=dword:00000002
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist]
;"1"="odfafepnkmbhccpbejgmiehpchacaeak" ; uBlock Origin
;"2"="djkjpnciiommncecmdefpdllknjdmmmo" ; Cookie AutoDelete
;"3"="kkacdgacpkediooahopgcbdahlpipheh" ; I still dont care about cookies
;"4"="mbmgnelfcpoecdepckhlhegpcehmpmji" ; SponsorBlock for YouTube
;"5"="ihknoknoahjhldmpdoajjdkfjhddgpcd" ; BlankTab
;"6"="dppgmdbiimibapkepcbdbmkaabgiofem" ; 1Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment