Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created September 7, 2021 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeGlines/0e9fba9dce48af4cb275489aad1b617a to your computer and use it in GitHub Desktop.
Save JoeGlines/0e9fba9dce48af4cb275489aad1b617a to your computer and use it in GitHub Desktop.
;~The script needs to be run at an elevated level- this takes care of that
if (! A_IsAdmin){ ;http://ahkscript.org/docs/Variables.htm#IsAdmin
Run *RunAs "%A_ScriptFullPath%" ; Requires v1.0.92.01+
ExitApp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment