“Run as administrator” prevents applications from autostart
Solution 1:
Use the good old Task scheduler approach to start applications with elevated rights at startup.
-
start Task Scheduler and create a new task
-
mark the checkbox "Run with highest priviligies"
-
under action point to the exe you want to run
-
give the task a name and save it
-
create a new shortcut
C:\Windows\System32\schtasks.exe /RUN /TN "MYTASKNAME"
-
copy this shortcut into the startup folder
There is also a tool called UAC Pass which does all the steps for you.