Answers for "auto hotkey run as admin"

0

auto hotkey run as admin

if not A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"  ; Requires v1.0.92.01+
   ExitApp
}
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language