1
We need a program / application to open with local administrative permissions (Process Monitor, so it's non-negotiable) on logon of any given (including non-administrative) user account.
Task Scheduler seems to be the way to go with this but I'm having major problems bypassing the UAC prompt:
- Option
When running this task, use the following user account
seems to determine which user account / profile the process will run under so:
1a. UsingAdministrator
,SYSTEM
, etc doesn't work as required.
1b. UsingUsers
does work but... - Logged on as a non-administrative user account, option
Run with the highest privileges
does prompt for credentials but fails due to insufficient permissions to save the task. - Logged on as an administrative user account, option
Run with the highest privileges
doesn't prompt for credentials and, as such, the app opens with a UAC prompt on logon of a non-administrative user account.
Not duplicates of:
- Force a program to run *without* administrator privileges or UAC? or How to launch a GUI Windows application with administrator rights without asking for the pasword from the user? because the app must actually run with administrative permissions.
- How can I run ALL my Apps “as administrator” by default in Windows 7? or Run applications as administrator by default in Windows 10 because only this app must be run with administrative permissions.
I was complaining about the question I flagged as a duplicate's title not the title of your question – Ramhound – 2017-09-05T13:47:06.047
possible duplicate of https://superuser.com/questions/204781/how-can-i-run-all-my-apps-as-administrator-by-default-in-windows-7/873697#873697 and https://superuser.com/questions/1002262/run-applications-as-administrator-by-default-in-windows-10?rq=1 and https://superuser.com/questions/610482/how-to-launch-a-gui-windows-application-with-administrator-rights-without-asking?rq=1
– Ramhound – 2017-09-05T13:47:08.023that is not possible for standard users, the task scheduler trick only works for admin accounts which gets 2 tokens – magicandre1981 – 2017-09-05T14:19:33.433
the edit makes no diff, the task scheduler trick doesn't work for normal standard users – magicandre1981 – 2017-09-09T08:20:02.453