Disable Guest Mode, Incognito, Tor Mode, and Secure DNS
On your kid's Brave browser, turn off Secure DNS.
Then, click on š search on the taskbar.
Search for Command Prompt, and click on Run as Administrator.
Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v BrowserGuestModeEnabled /t REG_DWORD /d 0
Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v IncognitoModeAvailability /t REG_DWORD /d 1
Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v TorDisabled /t REG_DWORD /d 1
Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v IPFSEnabled /t REG_DWORD /d 0
Restart the computer.
Now, Guest Mode, Incognito Mode, and Secure DNS are disabled on Brave. Success!
ā
Return Brave to default settings
Follow these steps if your child has aged out of Bark and you no longer need their browser protected.
Click on š search on your kid's taskbar.
Search for Command Prompt, and select Run as Administrator.
Copy and paste the following into the Command Prompt console and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v BrowserGuestModeEnabled /f
Copy and paste the following into the Command Prompt console and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v TorDisabled /f
Copy and paste the following into the Command Prompt console and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v IncognitoModeAvailability /f
Copy and paste the following into the Command Prompt console and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v IPFSEnabled /f
Restart the computer.
