Gareth wrote:
> Could anyone advise on the following problem?
>
> I'm using Vista Home Premium with a Netgear WG111 wireless adapter. The
> adapter loads a program on startup - a "wireless assistant" program -
> which triggers the User Account Control access box. Unless I manually
> allow the program to run on startup it doesn't run. It isn't always
> feasible for me to do this and so I have had to disable User Account
> Control.
>
> Is there a way for me to allow the Netgear wireless assistant program to
> run as an exception - in other words to use User Account Control without
> the wireless assistant triggering the alert?
>
> Gareth.
Hello,
You can have the program start under your user account via the task
scheduler. When creating the task, put a check next to run with highest
privilege. This will allow the program to start with admin power and
without prompting whenever the task is triggered.
I made a tool that automates this under some scenarios:
http://www.jimmah.com/vista/Administration/autostart_admin_program.aspx
Note that you cannot cause a program to run with admin power on a
non-admin's desktop when they log on.
- JB