If you are using AutoHotkey scripts in Windows 7 or Vista, then you need to add the run as administrator option. This will allow you to run the scripts with elevated privileges. To do this, open the AutoHotkey Properties window and click on the General tab. Under the Run As Administrator option, enter a value of “administrator” into the text field and click on OK. You should now be able to run your AutoHotkey scripts with elevated privileges.


There are three solutions to this problem:

Completely Disable UAC – Not the best solution for security purposes, but it works. Compile your script to an executable. Hack the registry and add “Run as Administrator” to the context menu.

Compile Script as Executable

All you have to do is right-click on the script, choose “Compile Script”…

And now you can run the executable version as administrator:

This isn’t the perfect solution, however. I edit my script all the time, so having to recompile each time I make an edit… would get annoying.

Manual Registry Hack for AutoHotkey “Run as Administrator”

Open up regedit through the start menu search or run box, and then browse down to the following key:

Right-click on “Shell” on the left-hand side and create a new key called “runas”, then create a key called “Command” below it. Then create or set the following two values on the right-hand side, adjusting the path if necessary.

The default key should already be there, just need to set the value.

Now when you right-click on an AutoHotkey script, you’ll see the option to Run as Administrator:

Download Registry Hack

Download, extract, and double-click on the AdminAutoHotkey.reg to enter the information into the registry. There’s also a removal script included.

Note that this registry hack will only work if you installed AutoHotkey into the default location, otherwise you’ll have to modify the paths.

Download AdminAutoHotkey Registry Hack