I have done this for a program that monitories my RAID status.
Type Task Scheduler in the Start search box and press [Enter]
Click Create Task in the right panel
Type a name for the task (name it after your application) and click the check-box Run with highest privileges
Select the Actions tab and click the New button
Browse to the program in the Program/script box by clicking the Browse... button. Click OK (2x)
Close Task Scheduler
On your desktop, right click, choose New > Shortcut
In the location box type: schtasks.exe /run /tn TaskName where TaskName is the name of task you created at #3 and click Next
Type a name for the shortcut and click Finish
Now, you can double click the shortcut to run the program without UAC prompt.
If you want to have a certain program run automatically at startup, copy the shortcut you created to \Users \ {User Name} \ AppData \ Roaming \ Microsoft \ Windows \ Start Menu \ Programs \ Startup
Thanks to Arie @
http://www.windowsbbs.com/windows-7/...g-program.html