Forum Discussion
IE Site list mode not working
- Feb 20, 2020
eladz6 That is odd. We can take a look. Can you please send us the following -
1. A screenshot of edge://compat/iediagnostic
2. Start Edge with the command line "msedge.exe --enable-logging --v=1 --vmodule=*/dual_engine/*"
This will create a log in "%localappdata%\microsoft\Edge<Canary/Dev/Beta>\user data\chrome_debug.log"
This log is human readable and will contain URLs. Please proof read to ensure there is no PII information included before you share back with us.
Feel free to share the log via Private Message if you prefer.
Thanks!
I resolve my issue by adding the registry key !
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"InternetExplorerIntegrationLevel"=dword:00000001
"InternetExplorerIntegrationSiteList"="yourXMLSiteList.xml"
Hope it will help you.
Ben
""InternetExplorerIntegrationLevel"=dword:00000001" will allow the .xml to be applied, but will also prevent "Reload in Internet Explorer mode" in Settings (Alt+F) to be applied - "InternetExplorerIntegrationReloadInIEModeAllowed" =dword:00000001
That's unfortunate, either "xml" or "reload in IE mode", not both settings at the same time.
- DeletedMay 19, 2022We are running into this same issue but only on Servers 1809 LTSC (works fine on our Windows 10 1909 and higher PCs).
If we turn on InternetExplorerIntegrationLevel (using either 1 or 2) the InternetExplorerIntegrationReloadinIEModeAllowed doesn't work.
However if we either disable InternetExplorerIntegrationLevel or enable it and set it to 0, then the reload option works but it breaks the InternetExplorerIntegrationSiteList XML file. It gets an error "No URL or invalid URL for EMIE SiteList".