1. First, right-click on the Desktop or any location you prefer and choose New -> Text document.
2. Once the text file opens up, copy and paste the below code into the Notepad file.
CreateObject("InternetExplorer.Application").Visible=true
3. After that, click on File -> Save as.
4. Here, click on the drop-down menu next to “Save as type” and change it to “All files (*.*)“.
5. After that, set a name for the shortcut with .vbs
extension at the end. For example, I have named the file Internet Explorer.vbs
. Now, save the file to a preferred location like your Desktop.