ajl wrote:
Could you please share how you request elevation of privileges withing a AHK?
See
Support for UAC #2.
Quote:
And once that works: does that really prevent the warning dialog since Autohotkey.exe itself is not signed?
I suppose not, but there shouldn't be anything to prevent it from being signed.
One problem with AutoHotkey.exe being signed is that it can run any random, possibly malicious script, and the UAC prompt would identify a "trusted" author rather than the real author of the script. Of course, it's less of a risk than with compiled scripts since the source code is visible (for those that are aware).