Last active
August 28, 2017 12:36
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ex = { EnableShellExecuteHooks: false, Explorer: false }; | |
| OpenNewProcess("addons\\shellexecutehook\\worker.js", ex, false, WINVER >= 0x600 ? "RunAs" : null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.