UAC Starting at Boot


Tricky to do this via register runkey or startup folder.

One can use taskscheduler for this, but instead of having the scheduler continuously spend resources watching it, you can just use cmd instead to kick start it, which leaves scheduler alone again:

Command:
cmd


Arguments:
/c start "title" "c:\path\to\UAC_program" -whatever -more -args