How to make a program that can only run with a admin password on startup while on a standard user?

Nov 5, 2014
267
0
4,790
I want to have this program always open up automatically (in the background) when my computer starts up, however it needs an admin password to start (not to run as administrator). I am using a standard user account just for security reasons, I have full access to admin rights.
 
Solution
If an application requests the admin password, it does that for a reason.
If you could circumvent that for the application in question, then any application (malware or virus) could circumvent that password request.
This is at the OS level.

USAFRet

Titan
Moderator


You can't. It does that for a reason.
 

USAFRet

Titan
Moderator
If an application requests the admin password, it does that for a reason.
If you could circumvent that for the application in question, then any application (malware or virus) could circumvent that password request.
This is at the OS level.
 
Solution
Nov 5, 2014
267
0
4,790


So I cannot do anything about it?
 

USAFRet

Titan
Moderator


You might try this: http://www.thewindowsclub.com/create-elevated-shortcut-run-programs-bypass-uac
or this: https://www.raymond.cc/blog/task-scheduler-bypass-uac-prompt/

Be careful - https://www.google.com/search?q=bypass+uac+prompt&ie=utf-8&oe=utf-8