This small piece of code launches traditional Internet Explorer using the traditional Win32 API, even on Windows 11 with IE disabled.
In fact, this code is equivalent to the following script, which simply activates the application through the OLE automation interface:
app = new ActiveXObject("InternetExplorer.Application");
app.Visible = true;
- Windows SDK
- ATL
Just run from the command or double click the icon.
no parameters required.
CC0 1.0 Universal