I have a program that run at startup. It need administrator privileges / elevation.
Running the program on admin account, no problem.
Running the program on limited/guest account, I have to fill the password.
From admin account, how do I allow my program can run without password prompt?
The...