Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Brave
Debloating the Brave browser — a simple guide
Message
<blockquote data-quote="Marko :)" data-source="post: 1095772" data-attributes="member: 39702"><p>Hello everyone! <img class="smilie smilie--emoji" loading="lazy" alt="👋" title="Waving hand :wave:" src="https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f44b.png" data-shortname=":wave:" /></p><p></p><p>Do you like using Brave browser but have no interest in using their Brave Rewards, Wallet, VPN, AI and some other features? Then you probably tried to turn all these off, right?</p><p>Unfortunately, Brave only lets you partly turn off these features and keeps them unnecessary present in the UI.</p><p></p><p>But fear not! There is a way how to disable some of these unnecessary features. And while there are no settings which could let you easily do that from the browser itself, there are way(s) to do the same outside of the browser.</p><p></p><p>As you already know, Brave is based on Chromium. As such, it inherited Group Policy settings from the Chromium project. Because this is still in works by the Brave team, these aren't automatically present in the Group Policy Editor just yet. However, team behind Brave published a simple guide how to add Brave's group policy settings into the Group Policy Editor. More on that <a href="https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy" target="_blank">here</a>. Please note that some of these might not still be functional, so it's recommended to use registry to set this settings instead. Beside, users on Home variant of Windows will have to use Registry Editor anyway since they don't have Group Policy Editor.</p><p></p><p><strong><span style="color: rgb(184, 49, 47)">Note:</span></strong> after you do this, Brave will start showing text [ICODE]your browser is managed by your organization[/ICODE]. This is completely normal. Group Policy settings aren't usually made for home users but for IT/Network admins and companies, and unfortunately, these message can't be removed if any of the policies are activated. The message disappears on its own when no policies are active.</p><p></p><p><strong><span style="color: rgb(184, 49, 47)">Note 2:</span></strong> using group policy settings disables secure DNS so if you want to use it, you have two options; either set it and use it system-wide through Windows settings or enable it just for Brave using the same group policy. More on that on the <a href="https://malwaretips.com/threads/debloating-the-brave-browser-%E2%80%94-a-simple-guide.132276/post-1095817" target="_blank">post #9</a>.</p><p></p><p>With these "hidden" settings, you can completely get rid of:</p><ul> <li data-xf-list-type="ul">Brave Rewards</li> <li data-xf-list-type="ul">Brave Wallet</li> <li data-xf-list-type="ul">Brave VPN</li> <li data-xf-list-type="ul">Brave AI</li> <li data-xf-list-type="ul">IPFS support</li> <li data-xf-list-type="ul">Tor Network</li> </ul><p></p><p>So without further ado, let's start.</p><p></p><p><span style="font-size: 26px"><strong>1.</strong></span><span style="font-size: 15px"> Open [ICODE]Notepad[/ICODE] and paste the following:</span></p><p>[CODE]Windows Registry Editor Version 5.00</p><p></p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave]</p><p>"BraveRewardsDisabled"=dword:00000001</p><p>"BraveWalletDisabled"=dword:00000001</p><p>"BraveVPNDisabled"=dword:00000001</p><p>"IPFSEnabled"=dword:00000000</p><p>"TorDisabled"=dword:00000001</p><p>"BraveAIChatEnabled"=dword:00000000[/CODE]</p><p></p><p><span style="font-size: 26px"><strong>2.</strong></span><span style="font-size: 15px"> Go to [ICODE]File[/ICODE], [ICODE]Save as...[/ICODE] and [ICODE]Save as type[/ICODE] choose [ICODE]All files (*.*)[/ICODE]. You can name the file anything you want, but it needs to have .reg extension.</span></p><p></p><p><span style="font-size: 26px"><strong>3.</strong></span><span style="font-size: 15px"> Run the saved file and confirm you want to add following entries to the registry.</span></p><p></p><p><span style="font-size: 26px"><strong>4. </strong></span><span style="font-size: 15px">Restart the browser</span></p><p></p><p>And by meaning restart, you have to close it entirely because, if not disabled in settings, Brave will continue to run in the background after you close it. You can kill the process using Task Manager if that's the case.</p><p></p><p>In case you want to keep some of these features, just don't include that part in the registry file. For example: if you want to keep [ICODE]Brave AI Chat[/ICODE] enabled, save the file without [ICODE]"BraveAIChatEnabled"=dword:00000000[/ICODE] and that's it.</p><p></p><p></p><p><span style="font-size: 18px"><u><strong>Reversing the settings</strong></u></span></p><p></p><p>If you changed your mind and want to keep some of these, you can always go back by going to the Registry Editor and deleting a corresponding key. In the end just restart the browser and feature should be available to you again. If you restarted the browser and features haven't come back, enter [ICODE]brave://policy[/ICODE] in the address bar and click on the button [ICODE]Reload policies[/ICODE].</p><p></p><p>Hope I made Brave a bit more tolerable for you that were annoyed by these, so called, features.</p><p></p><p>Thanks for reading this and have a nice day!</p></blockquote><p></p>
[QUOTE="Marko :), post: 1095772, member: 39702"] Hello everyone! 👋 Do you like using Brave browser but have no interest in using their Brave Rewards, Wallet, VPN, AI and some other features? Then you probably tried to turn all these off, right? Unfortunately, Brave only lets you partly turn off these features and keeps them unnecessary present in the UI. But fear not! There is a way how to disable some of these unnecessary features. And while there are no settings which could let you easily do that from the browser itself, there are way(s) to do the same outside of the browser. As you already know, Brave is based on Chromium. As such, it inherited Group Policy settings from the Chromium project. Because this is still in works by the Brave team, these aren't automatically present in the Group Policy Editor just yet. However, team behind Brave published a simple guide how to add Brave's group policy settings into the Group Policy Editor. More on that [URL='https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy']here[/URL]. Please note that some of these might not still be functional, so it's recommended to use registry to set this settings instead. Beside, users on Home variant of Windows will have to use Registry Editor anyway since they don't have Group Policy Editor. [B][COLOR=rgb(184, 49, 47)]Note:[/COLOR][/B] after you do this, Brave will start showing text [ICODE]your browser is managed by your organization[/ICODE]. This is completely normal. Group Policy settings aren't usually made for home users but for IT/Network admins and companies, and unfortunately, these message can't be removed if any of the policies are activated. The message disappears on its own when no policies are active. [B][COLOR=rgb(184, 49, 47)]Note 2:[/COLOR][/B] using group policy settings disables secure DNS so if you want to use it, you have two options; either set it and use it system-wide through Windows settings or enable it just for Brave using the same group policy. More on that on the [URL='https://malwaretips.com/threads/debloating-the-brave-browser-%E2%80%94-a-simple-guide.132276/post-1095817']post #9[/URL]. With these "hidden" settings, you can completely get rid of: [LIST] [*]Brave Rewards [*]Brave Wallet [*]Brave VPN [*]Brave AI [*]IPFS support [*]Tor Network [/LIST] So without further ado, let's start. [SIZE=7][B]1.[/B][/SIZE][SIZE=4] Open [ICODE]Notepad[/ICODE] and paste the following:[/SIZE] [CODE]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] "BraveRewardsDisabled"=dword:00000001 "BraveWalletDisabled"=dword:00000001 "BraveVPNDisabled"=dword:00000001 "IPFSEnabled"=dword:00000000 "TorDisabled"=dword:00000001 "BraveAIChatEnabled"=dword:00000000[/CODE] [SIZE=7][B]2.[/B][/SIZE][SIZE=4] Go to [ICODE]File[/ICODE], [ICODE]Save as...[/ICODE] and [ICODE]Save as type[/ICODE] choose [ICODE]All files (*.*)[/ICODE]. You can name the file anything you want, but it needs to have .reg extension.[/SIZE] [SIZE=7][B]3.[/B][/SIZE][SIZE=4] Run the saved file and confirm you want to add following entries to the registry.[/SIZE] [SIZE=7][B]4. [/B][/SIZE][SIZE=4]Restart the browser[/SIZE] And by meaning restart, you have to close it entirely because, if not disabled in settings, Brave will continue to run in the background after you close it. You can kill the process using Task Manager if that's the case. In case you want to keep some of these features, just don't include that part in the registry file. For example: if you want to keep [ICODE]Brave AI Chat[/ICODE] enabled, save the file without [ICODE]"BraveAIChatEnabled"=dword:00000000[/ICODE] and that's it. [SIZE=5][U][B]Reversing the settings[/B][/U][/SIZE] If you changed your mind and want to keep some of these, you can always go back by going to the Registry Editor and deleting a corresponding key. In the end just restart the browser and feature should be available to you again. If you restarted the browser and features haven't come back, enter [ICODE]brave://policy[/ICODE] in the address bar and click on the button [ICODE]Reload policies[/ICODE]. Hope I made Brave a bit more tolerable for you that were annoyed by these, so called, features. Thanks for reading this and have a nice day! [/QUOTE]
Insert quotes…
Verification
Post reply
Top