Skip to content

Instantly share code, notes, and snippets.

@PatrickMcDonald
Created October 10, 2013 14:31
Show Gist options
  • Save PatrickMcDonald/6919345 to your computer and use it in GitHub Desktop.
Save PatrickMcDonald/6919345 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\register]
@="Register ActiveX"
[HKEY_CLASSES_ROOT\exefile\shell\register\command]
@="\"%1\" /regserver"
[HKEY_CLASSES_ROOT\exefile\shell\unregister]
@="Unregister ActiveX"
[HKEY_CLASSES_ROOT\exefile\shell\unregister\command]
@="\"%1\" /unregserver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment