Last active
March 31, 2025 21:40
-
-
Save Ethorbit/f7df4de71eedf9a9dacfbc1fce894573 to your computer and use it in GitHub Desktop.
Run this registry file to remove Brave bloat on Windows
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] | |
"BraveRewardsDisabled"=dword:00000001 | |
"BraveWalletDisabled"=dword:00000001 | |
"BraveVPNDisabled"=dword:00000001 | |
"BraveAIChatEnabled"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment