Gillboss Posted June 20, 2008 Posted June 20, 2008 (edited) im work windows vista.. for run IE at hidden mode, i must to write: #include <IE.au3> #include <INet.au3> $Website = "AutoItScript.com/forum" _IECreate($Website, 0, 0) and must complise and then open it as adminstator. how slove it? i need it open ie hidden mode without my help.. thanks Edited June 20, 2008 by Gillboss
qazwsx Posted June 20, 2008 Posted June 20, 2008 First, change your topic title to something that describes your problem.and must complise and then open it as manager.I have no idea what that means. If enlglish is not your native language look for an online translator, or someone in the forum who speaks your language.
FreeFry Posted June 21, 2008 Posted June 21, 2008 (edited) I think putting #RequireAdmin at the top of your script should solve this problem. One other alternative would be to turn off the "User Account Control" feature in vista, but that "might" compromise the security... Edited June 21, 2008 by FreeFry
Gillboss Posted June 21, 2008 Author Posted June 21, 2008 yes u right, it work sucesful but how do it auto allow? but, without turn off the "User Account Control". i think must be way.. example: when i installed Daemon Tools its tell me to run it one time as adminstator and since then i dont need run Daemon Tools as adminstator..
FreeFry Posted June 21, 2008 Posted June 21, 2008 I'm not sure what effect #RequireAdmin has on the way the program launches, perhaps it adds to some excluded list or something, don't know. :/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now