Last active
April 28, 2024 22:07
-
-
Save slashwq/b19e2b125ca45f32e754e74ecc88db2c to your computer and use it in GitHub Desktop.
My personal registry file for Brave on my computer. I disable a lot of services since I have no intention of using them. Disables Brave VPN, Tor, all variants of autofilling, etc.
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\BraveSoftware\Brave] | |
| "AutofillAddressEnabled"=dword:00000000 | |
| "AutofillCreditCardEnabled"=dword:00000000 | |
| "AutoFillEnabled"=dword:00000000 | |
| "BraveAIChatEnabled"=dword:00000000 | |
| "BraveRewardsDisabled"=dword:00000001 | |
| "BraveVPNDisabled"=dword:00000001 | |
| "BraveWalletDisabled"=dword:00000001 | |
| "BrowserLabsEnabled"=dword:00000000 | |
| "DnsOverHttpsMode"=dword:00000000 | |
| "EnableExperimentalPolicies"=dword:00000000 | |
| "FeedbackSurveysEnabled"=dword:00000000 | |
| "HideWebStorePromo"=dword:00000000 | |
| "ImportAutofillFormData"=dword:00000000 | |
| "ImportSavedPasswords"=dword:00000000 | |
| "IPFSEnabled"=dword:00000000 | |
| "NTPCardsVisible"=dword:00000000 | |
| "NTPMiddleSlotAnnouncementVisible"=dword:00000000 | |
| "PasswordManagerEnabled"=dword:00000000 | |
| "PasswordSharingEnabled"=dword:00000000 | |
| "PaymentMethodQueryEnabled"=dword:00000000 | |
| "PrivacySandboxAdMeasurementEnabled"=dword:00000000 | |
| "PrivacySandboxAdTopicsEnabled"=dword:00000000 | |
| "PrivacySandboxPromptEnabled"=dword:00000000 | |
| "PrivacySandboxSiteEnabledAdsEnabled"=dword:00000000 | |
| "PromptForDownloadLocation"=dword:00000000 | |
| "ReportExtensionsAndPluginsData"=dword:00000000 | |
| "ReportMachineIDData"=dword:00000000 | |
| "ReportPolicyData"=dword:00000000 | |
| "ReportUserIDData"=dword:00000000 | |
| "ReportVersionData"=dword:00000000 | |
| "SafeBrowsingProtectionLevel"=dword:00000000 | |
| "SafeBrowsingProtectionLevel"=dword:00000000 | |
| "SearchSuggestEnabled"=dword:00000000 | |
| "SpellcheckEnabled"=dword:00000000 | |
| "SpellCheckServiceEnabled"=dword:00000000 | |
| "TorDisabled"=dword:00000001 | |
| "UserFeedbackAllowed"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment