*RunAs dose not work I tried itGuest wrote:Would it help to have the script run as Admin automatically? If so, add this to the top of your script...
Code: Select all
#singleinstance off if not A_IsAdmin { Run *RunAs "%A_AhkPath%" "%A_ScriptFullPath%" ExitApp }
