Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created August 4, 2017 14:20
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 tablacus/0b226063ab1ff9d3009f4bec862424da to your computer and use it in GitHub Desktop.
Save tablacus/0b226063ab1ff9d3009f4bec862424da to your computer and use it in GitHub Desktop.
EnableShellExecuteHooks "on" with Tablacus Explorer Add-on Shell execute hook 1.02 or higher.
var ex = { EnableShellExecuteHooks: true, Explorer: true };
OpenNewProcess("addons\\shellexecutehook\\worker.js", ex, false, WINVER >= 0x600 ? "RunAs" : null);
@tablacus
Copy link
Author

tablacus commented Aug 5, 2017

10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment