Mar '10 03

Scheduled Tasks

Vista / Windows 7 UAC is a pain, OpenVpn is poping up a UAC prompt every time i boot windows, one way to get around it is turn off UAC, however thats not a great solution. Another way around it, is to create a scheduled task at logon to run the program with elevated privlidges. Script Guys has a few articles on using WMI and COM objects, really i need the scheduled.service for the scheduler api, the old WMI is for AT commands. There is a AutiIT Scheduler UDF, but it uses the old at method.