Created
February 21, 2018 14:19
-
-
Save MatteoJoliveau/a2d168b99ec3e7633902061de33703b8 to your computer and use it in GitHub Desktop.
This file contains 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
; FixHp.ahk -> https://gist.github.com/nanomad/a71a801db7c2478b9fd6f28798821f04 | |
#Include .\FixHp.ahk | |
f4:: | |
Run "powershell" | |
Return | |
+f4:: | |
Run *RunAs "powershell" | |
Return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment