Skip to main content

Disable Guest Mode, Incognito Mode, & Secure DNS on Chrome (Windows)

These modes allow children to bypass Bark's filtering — disabling them requires running a few commands in Command Prompt.

Disable Guest Mode, Incognito, and Secure DNS

Follow these steps to ensure Bark remains in place while your child is browsing.

  1. On your child's Chrome browser, turn off Secure DNS.

  2. Then, click on 🔎 search on the taskbar.

  3. Search for Command Prompt, and click on Run as Administrator.

  4. Copy and paste the following into Command Prompt and press Enter:

    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserGuestModeEnabled /t REG_DWORD /d 0

  5. Copy and paste the following into Command Prompt and press Enter:

    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserAddPersonEnabled /t REG_DWORD /d 0

  6. Copy and paste the following into Command Prompt and press Enter:

    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /t REG_DWORD /d 1

  7. Copy and paste the following into Command Prompt and press Enter:

    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v IPFSEnabled /t REG_DWORD /d 0

  8. Restart your computer.

  9. 🎉 Guest Mode, Incognito Mode, and the ability to add additional profiles are now disabled on Chrome.


Return Chrome to Default Settings

Follow these steps if your child has aged out of Bark and you no longer need their browser protected.

  1. Click on 🔎 search on your taskbar.

  2. Search for Command Prompt, and select Run as Administrator.

  3. Copy and paste the following into the Command Prompt console and then press Enter:

    REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserGuestModeEnabled /f

  4. Copy and paste the following into the Command Prompt console and then press Enter:

    REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserAddPersonEnabled /f

  5. Copy and paste the following into the Command Prompt console and then press Enter:

    REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /f

  6. Copy and paste the following into the Command Prompt console and then press Enter:

    REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v IPFSEnabled /f

  7. Restart your computer.

Did this answer your question?