External Publication
Visit Post

Brave Launches Paid, Bloat-Free "Brave Origin"

Privacy Guides Community [Unofficial] April 24, 2026
Source

$p=“HKLM:\SOFTWARE\Policies\BraveSoftware\Brave”; New-Item -Path $p -Force | Out-Null; $d=@{BraveRewardsDisabled=1;BraveWalletDisabled=1;TorDisabled=1;BraveVPNDisabled=1;BraveNewsDisabled=1;BraveTalkDisabled=1;BraveP3AEnabled=0;BraveStatsPingEnabled=0;BraveWebDiscoveryEnabled=0;BraveAIChatEnabled=0;BravePlaylistEnabled=0;BraveSpeedreaderEnabled=0;BraveWaybackMachineEnabled=0;PasswordManagerEnabled=0;AutofillCreditCardEnabled=0;AutofillAddressEnabled=0;BackgroundModeEnabled=0;BrowserSignin=0;MetricsReportingEnabled=0;DefaultBrowserSettingEnabled=0;PromotionalTabsEnabled=0}; foreach($k in $d.Keys){New-ItemProperty -Path $p -Name $k -Value $d[$k] -PropertyType DWord -Force | Out-Null}; gpupdate /force | Out-Null; Stop-Process -Name brave -Force -ErrorAction SilentlyContinue; Write-Host “Brave policies applied. Check brave://policy after restart.”

Run this as admin in PS. Does the cleanup and you don’t need to pay 60 USD for it.

Result is below

Discussion in the ATmosphere

Loading comments...