Skip to content

Instantly share code, notes, and snippets.

@ultranity
Created April 30, 2018 12:39
Show Gist options
  • Save ultranity/3e8bdb9121080106419dac7951f49bae to your computer and use it in GitHub Desktop.
Save ultranity/3e8bdb9121080106419dac7951f49bae to your computer and use it in GitHub Desktop.
[AHK snippets]AutoHotKey_L(1.1) #AutoHotKey
if not A_IsAdmin ;running by administrator
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment