ADMX Guide

Configure the automatic profile switching site list

Category

Computer Configuration > Administrative Templates > Microsoft Edge - Default Settings (users can override) > Identity and sign-in

Scope

Both

Registry Key

HKLM\Software\Policies\Microsoft\Edge\Recommended

Description

Set this policy to control which profiles Microsoft Edge will use to open sites in. Switching configurations for sites listed in this policy take precedence over other heuristics Microsoft Edge uses for switching sites but note that sites not listed on this policy are still subject to switching by those heuristics. If this policy is not configured, Microsoft Edge will continue using its heuristics to automatically switch sites. This policy maps a URL hostname to a profile that it should be opened in. The 'site' field should take the form of a URL hostname. The 'profile' field can take one of the following values: - 'Work': The most recently used Microsoft Entra signed-in profile will be used to open 'site'. - 'Personal': The most recently used MSA signed-in profile will be used to open 'site'. - 'No preference': The currently used profile will be used to open 'site'. - Wildcard email address: This takes the form of '*@contoso.com'. A profile whose username ends with the contents following the '*' will be used to open 'site'. Example value: [ { "site": "work.com", "profile": "Work" }, { "site": "personal.com", "profile": "Personal" }, { "site": "nopreference.com", "profile": "No preference" }, { "site": "contoso.com", "profile": "*@contoso.com" } ]