Jump to content

somthing weird


Recommended Posts

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 by Gillboss
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by FreeFry
Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...