These instructions will show you how to disable Guest Mode, InPrivate Mode and Secure DNS on Edge for Windows.
Disable Guest Mode, InPrivate, and Secure DNS
Follow these steps to ensure Bark remains in place while your child is browsing.
- On your kid's Edge browser, turn off Secure DNS.
- Then, click on 🔎 search on your 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\Microsoft\Edge /v BrowserGuestModeEnabled /t REG_DWORD /d 0
- Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\Microsoft\Edge /v BrowserAddProfileEnabled /t REG_DWORD /d 0
- Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\Microsoft\Edge /v InPrivateModeAvailability /t REG_DWORD /d 1
- Copy and paste the following command into Command Prompt and press Enter:
REG ADD HKLM\SOFTWARE\Policies\Microsoft\Edge /v IPFSEnabled /t REG_DWORD /d 0
- Restart your computer.
- Next time you open Edge, you will notice that Guest Mode, InPrivate Mode, and the ability for your child to add additional email accounts/profiles is disabled. Success! 🎉
Return Edge 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 taskbar.
- Search for Command Prompt, and select Run as Administrator.
- Copy and paste the following into Command Prompt and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Edge /v BrowserGuestModeEnabled /f
- Copy and paste the following command into Command Prompt and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Edge /v BrowserAddProfileEnabled /f
- Copy and paste the following command into Command Prompt and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Edge /v InPrivateModeAvailability /f
- Copy and paste the following command into Command Prompt and then press Enter:
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Edge /v IPFSEnabled /f
- Restart your computer.