Skip to content

Instantly share code, notes, and snippets.

@tablacus
Last active August 28, 2017 12:36
Show Gist options
  • Select an option

  • Save tablacus/944fd193cab0b3d7008e33ce191ac932 to your computer and use it in GitHub Desktop.

Select an option

Save tablacus/944fd193cab0b3d7008e33ce191ac932 to your computer and use it in GitHub Desktop.
EnableShellExecuteHooks "off" with Tablacus Explorer Add-on Shell execute hook 1.02 or higher.
var ex = { EnableShellExecuteHooks: false, Explorer: false };
OpenNewProcess("addons\\shellexecutehook\\worker.js", ex, false, WINVER >= 0x600 ? "RunAs" : null);
@tablacus
Copy link
Author

tablacus commented Aug 5, 2017

11

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