Forum Discussion
IE mode just opens IE?
- Jan 22, 2020
mindst Yea i have it, but it says 2. Which is Internet Explorer Mode.
Edit: Wait all nevermind. Apparently Edge just took it's sweet time to update the GPO... It actually does work now and open in-browser like it should. Sorry for bothering 😄
Well, your XML is looking good and the path to your file is recognized correctly.
With Dev #81.0.389.2 on Windows 1903 it should definitely work, just tested with an identical machine.
So, let's check your configuration.
1. Did you install the necessary updates? For IE mode on 1903 you need KB4503293 or higher and KB4501375 or higher
2. Go to edge://flags/ and check the following
- Enable IE Integration is set to IE mode
- Enable enhanced hang resistance for IE Integration is set to Enabled
- Enable IE window hang resistance for IE Integration is set to Enabled
3. Open the registry and check if the GPO policies for IE mode are set correctly:
- HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge >
InternetExplorerIntegrationLevel (REG_DWORD) with value 1 (or decimal: 0x00000001) - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode > SiteList (REG_SZ) with path to your XML-sitelist
- OliverTeglhusJan 22, 2020Brass Contributor
See my latest post it is working now. Edge just took several restarts before it updated the GPO changes i had made.. Sorry
- el-feJan 22, 2020Brass Contributor
OliverTeglhus did you set the GPO for the users or computers ?
I've also forced the update's gpo and still the same.
- OliverTeglhusJan 22, 2020Brass Contributor
el-fe for Computers. Check edge://policy/ and see if it's there.
- Neon01Jan 22, 2020Steel ContributorGlad you got it working!
Just for the record, to force GPO updates to immediately take effect, open an elevated command prompt and run: gpupdate /force