Skip to content

Instantly share code, notes, and snippets.

@yuribyte
Forked from yashgorana/brave-debloat.reg
Created October 26, 2025 12:58
Show Gist options
  • Select an option

  • Save yuribyte/6035dcd74912e8a28a1d2691067ed2c9 to your computer and use it in GitHub Desktop.

Select an option

Save yuribyte/6035dcd74912e8a28a1d2691067ed2c9 to your computer and use it in GitHub Desktop.
Debloat Brave using Chromium policies. Auto-generated using https://github.com/yashgorana/chrome-debloat
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\BraveSoftware\Brave]
; Brave
"TorDisabled"=dword:00000001
"BraveRewardsDisabled"=dword:00000001
"BraveWalletDisabled"=dword:00000001
"BraveVPNDisabled"=dword:00000001
"BraveAIChatEnabled"=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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment