I want to run a program (WhatPulse) when I login to my Win 8 account. The developers recommend to run it with admin privileges because that will "improve input accuracy". The problem running it as admin at startup/login usually requires a manual confirmation that this is OK. So I'm looking for a way to circumvent that.
In brief: the program (WhatPulse) should start automatically with elevated privileges when I login.
Disclaimer: I know that there are many very questions here but non of them quite solved my particular issue which is a combines several issues discussed in other questions (just for clarification):
- The program should automatically run with admin rights
- It should do so when the user logs in
- It should circumvent the UAC prompt that usually shows up when running a program as admin
- This is on Win 8.1