Other issues or features related to Microsoft Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Edge with Internet Explorer Mode works great in Windows 10 because it inherited the IE internet settings including the Compatibility View settings.
In Windows 11, Edge with Internet Explorer Mode does not have that ability. Edge with IE Mode on does not solve or work for the older compatibility view issues.
Where/How can get to the Compatibility View settings in Windows 11 to work in conjunction with IE Mode?
Thank you,
Jenny
Other issues or features related to Microsoft Edge on Windows 11
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
There's a lot of misinformation posted here and elsewhere in regards to Internet Explorer's retirement. Edge depends on Internet Explorer in order to provide IE Mode, whether it is on Windows 10 or Windows 11. Internet Explorer has not been removed from Windows 11 and will not be removed from Windows 10. It is only disabled (or will be disabled) as a default browser. That is, you won't be able to simply run iexplore.exe to run Internet Explorer.
In order to get to the Compatibility View settings in Internet Explorer on Windows 11 (or Windows 10 after IE has been "disabled"), simply create and run a small VBS script (e.g. LaunchIE.vbs) containing these lines of code:
Set oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = True
oIE.Navigate "about:blank"
You will then have access to the Internet Explorer interface, including the Compatibility View settings under the gear icon, as usual.
And unfortunately this puts Win 11 in the "can't use" bin right out of the gate. So when you see those Win 11 adoption rates flattening, refer to this thread. MS may be ready to get rid of the IE cord, but the world still has to legacy connect from time to time. So the "we are doing all we can to insure compatibility" hits a major roadblock to adoption and MS just hits the brakes.
Sorry, can't use your OS. Sticking with Win 10 because of this.
Is there a quick way to change the length of time for Internet Explorer mode pages in Edge from 30 days to indefinite or at least something much longer?
Here's a script that will set the expiry for all Edge IE Mode pages to 2099.
I love you LesFerch.
This is *precisely* 100% exactly what I was looking for.
My humble: thank you.
Thanks LesF!! This is extremely helpful.
One last thing. Is there a quick way to change the length of time for Internet Explorer mode pages in Edge from 30 days to indefinite or at least something much longer?
Again, thank you so much.