Use the old Task scheduler trick, which I use since Vista.
Go to Task scheduler Library and make a right click and click "New Folder" and type in "myTasks" to create a new folder.
Go to the folder and create a new task, select the checkbox "Run with highest priviligies". Give it a name like autoElevatePROGRAMNAME, go to the tab "Actions" and select the program you want to execute.
Now create a shortcut on the desktop with this content:
C:\Windows\System32\schtasks.exe /RUN /TN "myTasks\autoElevatePROGRAMNAME"
Now always start the programs with this link.
If this is too complicated, use this Tool which does all steps for you:
http://freeavvarea.r00t.la/UACPass-en
