(166) Microsoft Intune - Enable "Browse as Guest" on Edge
- Mr B SOE way
- Jun 7
- 1 min read
Had a customer who wanted to enable "Guest Mode" in Edge within their environment, thinking it was straight forward I created a policy with just Enable guest mode as "Enabled", unfortunately that wasn't enough to allow enable that setting. The RegKey settings can be found under HKLM:\Software\Policies\Microsoft\Edge
To get it all setup, you need to do this:
Go to https://intune.microsoft.com/ then select Devices then select Configuration then select Create then select New Policy then select Platform: Windows 10 and later then select Profile Type: Settings Catalog.
Search for the following two settings:
Enable profile creation from the Identity flyout menu or the Settings page = Enabled
RegKey is BrowserAddProfileEnabled which will set the value to 1
Enable guest mode = Enabled
RegKey is BrowserGuestModeEnabled which will set the value to 1

By resyncing your device via Company Portal, and re-opening Microsoft Edge, you will have the option to "Browse as guest"

Comments