moriarty
5/28/2018 - 11:59 AM

A useful trick

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:-)