Background
With Windows 11, Microsoft has removed several outdated apps and features, including the long-hated Internet Explorer. However, some proprietary apps and legacy sites still require Internet Explorer functionality to run.
Several posts suggest using the IE mode in Microsoft Edge. However, it is not working for some websites, such as the Talent Introduction System for Shenzhen.
Solution
Step 1. Create a VB script, named ie.vbs
with the following content.
CreateObject("InternetExplorer.Application").Visible = true
Step2. Run the VB script, and Internet Explorer will be launched as expected.