|
|
|
|
|
by isp
1460 days ago
|
|
All versions of Windows Server are (for now) unaffected, i.e., Internet Explorer 11 continues to run [1]. There is also "Internet Explorer Mode" in Edge, which uses iexplore.exe under the hood. Additionally, if somebody were _really_ desperate to launch iexplore.exe itself, then there are unsupported means to do so. For example, via manually modifying the registry key "NotifyDisableIEOptions" under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\ My favourite hack though, which should not be used by anyone ever, is launching via the COM object interface, which bypasses the registry key check [2]. I have personally verified that this works(!) [1] https://techcommunity.microsoft.com/t5/windows-it-pro-blog/i... [2] https://twitter.com/aaaddress1/status/1523590203658862592 |
|
A bit more effort, can also lock the control to only browse to the intended web service, and launch the default browser for any external links.
There's kind of a market for this type of solution in the legacy enterprise app space I think.