Opening Internet Explorer without launching Microsoft Edge can be a bit tricky, but it’s possible with the right steps. In this guide, I’ll show you exactly how to create a shortcut that opens Internet Explorer directly, bypassing Microsoft Edge.
Whether you’re trying to access older web applications or just prefer Internet Explorer’s interface, this method will help you set it up easily.
Key Takeaways
- Create a VBS script to bypass Microsoft Edge and open Internet Explorer directly.
- Follow the step-by-step instructions to create a desktop shortcut.
- Customize your shortcut for easy access with the Internet Explorer icon.
Step 1: Open Notepad
To start, you need to create a script that will allow you to open Internet Explorer directly.
- Search for Notepad on your computer and open it.

Step 2: Copy the Script
You’ll need to paste a specific script into Notepad to make this work. The script is available in the written guide linked in the video description.
- Copy and paste the following script into Notepad:
CreateObject("InternetExplorer.Application").Visible=true

Step 3: Save the File as a VBS Script
This step is crucial for the shortcut to work correctly.
- Click on File > Save As in Notepad.
- Navigate to your Documents folder and select it.
- Change the file name to
Internet Explorer.VBS
- Change the Save As type to “All Files”.

Step 4: Create a Desktop Shortcut
Now that you have the script saved, you’ll need to create a shortcut on your desktop.
- Open File Explorer and navigate to your Documents folder.
- Find the Internet Explorer.VBS file.
- Right-click on the file and choose “Send To” > “Desktop” to create a shortcut.

Step 5: Customize the Shortcut Icon
Finally, make your shortcut easily recognizable by changing the icon.
- Right-click on the shortcut on your desktop and select “Properties”.
- Click on Change Icon in the Properties window.
- Select the Internet Explorer icon from the list and click OK.
- Click Apply, then OK to save your changes.

Now, when you double-click this shortcut, it will open Internet Explorer directly, bypassing Microsoft Edge.

Conclusion
By following these steps, you can easily create a shortcut to open Internet Explorer without using Microsoft Edge. This method is quick, simple, and ensures that you can continue using Internet Explorer for your browsing needs.
FAQs
Why does Internet Explorer open in Microsoft Edge by default?
Microsoft has integrated Internet Explorer into Edge for better security and functionality, but using the VBS script allows you to bypass this.
Can I use this method on any version of Windows?
Yes, as long as your system has Internet Explorer installed and supports VBS scripts.
Is this method safe?
Yes, this method is safe as long as the script is used correctly and from a trusted source.
Will this affect Microsoft Edge on my computer?
No, this only creates a separate shortcut for Internet Explorer and does not alter Microsoft Edge.
Can I revert the changes?
Yes, simply delete the shortcut and the VBS file if you no longer wish to use it.