Skip to content

Instantly share code, notes, and snippets.

@FarofaCodez
Last active January 10, 2026 03:28
Show Gist options
  • Select an option

  • Save FarofaCodez/41e21e92b69d1749532b8ae45da332b6 to your computer and use it in GitHub Desktop.

Select an option

Save FarofaCodez/41e21e92b69d1749532b8ae45da332b6 to your computer and use it in GitHub Desktop.
Launch Internet Explorer in Windows 11
<!-- 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