Forum Discussion
IE Mode on edge 83 edge://flags/#edge-internet-explorer-integration not availalable?
I found this link that talks about installing the IE manager if not found - like in Chromium:
2. If you don't have an Enterprise Mode site list download the Enterprise Mode Site List Manger v2 from https://www.microsoft.com/en-us/download/details.aspx?id=49974
(Note: the site list xml has to use the v2 scheme to work with Edge Chromium)
To create a site list open the Manager, click Add and type the domain that should use IE Mode (Note: just enter the plain domain, eg "test.contoso.com" without the leading http:// or https://)
Under Compat Mode select IE8 Enterprise Mode
Under Open in select IE11 to open the site in Edge with IE Mode (Note: options "None" or "MSEdge" will open the site without IE Mode)
Click File > Save to XML and publish the site list in IIS or for testing just use the xml as local file on your PC
3. Download the Edge Chromium group policy template files from https://www.microsoftedgeinsider.com/de-de/enterprise
Open the .zip file and go to policy_templates > windows > admx
Copy msedge.admx to C:\Windows\PolicyDefinitions\
Copy all *.adml files from your language folder (eg. "en-US") to C:\Windows\PolicyDefinitions\<your language folder>\
4. Open the Local Group Policy Editor and edit the following entries in Computer Configuration > Administrative Templates:
Enable Microsoft Edge > Configure Internet Explorer configuration and set it to Internet Explorer mode
Enable Windows Components > Internet Explorer > Use the Enterprise Mode IE website list and set the path to your XML-sitelist, either as URL (eg. https://test.contoso.com/list.xml) or as UNC if you're using a local XML file (eg. file:///C:\test\list.xml)