Last active
January 10, 2026 03:28
-
-
Save FarofaCodez/41e21e92b69d1749532b8ae45da332b6 to your computer and use it in GitHub Desktop.
Launch Internet Explorer in Windows 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- This must be saved as an HTA file --> | |
| <script> | |
| location.href = "https://www.google.com"; | |
| window.close(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment