Enabling Internet Explorer integration on Microsoft Edge using Group Policy

Complete the following steps to enable Internet Explorer integration on Microsoft Edge using Group Policy

  1. Download the policy file from Microsoft Edge Policy Template.
  2. Extract the downloaded Policy File folder MicrosoftEdgePolicyTemplates.
  3. Copy msedge.admx, msedgeupdate.admx and msedgewebview2.admx file from C:\Users\{user}\Downloads\MicrosoftEdgePolicyTemplates\windows\admx to C:\Windows\PolicyDefinitions.
  4. Copy msedge.adml, msedgeupdate.adml and msedgewebview2.adml file from C:\Users\{user}\Downloads\MicrosoftEdgePolicyTemplates\windows\admx\en-US to C:\Windows\PolicyDefinitions\en-US.
  5. Open Group Policy Editor.
  6. Click User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge.
  7. Double-click Configure Internet Explorer integration.
  8. Select Enabled.
  9. Under Options, set the drop-down value to Internet Explorer mode if you want the sites to open in IE mode on Microsoft Edge

Configuring the Enterprise Mode Site List policy

Configure IE mode with a separate policy for Microsoft Edge. This additional policy allows you to override the IE site list. For example, some organizations target the production site list to all users. You can then deploy the pilot site list to a small group of users using this policy.

  1. Create or reuse a Site List XML (C:/Users/<user>/Documents/sites.xml)

    All sites that have the element <open-in>IE11</open-in> will now open in IE mode.

    Example:

    <site-list version="205">
    <!-- Begin Site List --> 
    <site url="http://localhost/tmweb.net/">
    <compat-mode>IE7Enterprise</compat-mode>
    <open-in>IE11</open-in>
    </site>
    </site-list>
  2. Open Group Policy Editor.
  3. Click User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge.
  4. Double-click Configure the Enterprise Mode Site List.
  5. Select Enabled.
  6. Under Options, type the location of website list. You can use one of the following locations:

    Local file: file:///c:/Users/<user>/Documents/sites.xml

  7. Click OK or Apply to save these settings
  8. Restart Microsoft Edge and browse TMWeb URL set in the sites.xml.
  9. You should be able to see TMWeb site open in IE mode. To verify this, check the internet explorer icon visible near the URL bar.