Autoit.v3 - Vista compatibilty script.
Posted: January 17th, 2008, 4:03 pm
ok, i recently tried the RE script thats posted on the confirmed script/macro forum and i found myself facing alot of problems due to vista interfering with the script i was trying to use on autoit.
So, to overcome vista's annoying security measures when using autoit, copy this script and paste it at the top of any script you use with autoit:
; This script requires full Administrative rights
#requireadmin
MsgBox(0, "Info", "This script has admin rights! ")
hope this helps
So, to overcome vista's annoying security measures when using autoit, copy this script and paste it at the top of any script you use with autoit:
; This script requires full Administrative rights
#requireadmin
MsgBox(0, "Info", "This script has admin rights! ")
hope this helps