Forum Discussion
unable to open IE11 after oct-2023 update
Hello,
we know that Microsoft has depreciated IE11, but some business sectors are depending on that.
especially when it comes to ActiveX support, it was the only browser supporting that for so long.
nowadays we are suffering on some machines that they are not able to access the core business application (Siebel) which must open on IE11, but currently it is forced to be open on EDGE.
IE11-mode on edge didn't work perfectly, as some parts in our application is hanging and causing edge to crash.
for now, we disabled windows update until we have a full picture and a proper way to run our application.
if anyone can suggest a solution or a hint, that will be highly appreciated.
Regards
4 Replies
- PJBeeeCopper Contributor
haniamoodi This is indeed a serious problem for many who need legacy access to IE. IE Mode in Edge simply does not work with some IE plug-ins.
We are experiencing this issue as well.
Now searching elsewhere for a fix for this.
- MikeBrewinCopper Contributor
- haniamoodiCopper Contributor
here is a work around which can run IE11 on both windows 10 and 11 as well.
create a new shortcut and give it this value:
mshta.exe javascript:open('http://google.com/');close();
note: replace ":" with ":" in the above code.
you can also watch this video.
https://youtu.be/fTiGHKqHyNk
you can change the icon of the shortcut to match IE11. simply by going to shortcut properties>change icon>browse> choose iexplorer.exe (you can use this path %ProgramFiles%\Internet Explorer\iexplore.exe)
but this is still a work around, we are not sure what Microsoft will come up in future.
hopefully to get a proper solution from Microsoft at least to domain joined machines.