I have a C# program that I am trying to run as a scheduled task. It will run successfully if the user is logged in as the computer administrator. However, if the log in is an admin user, a user with admin privileges, the task errors.
The "run only if user is logged in" checkbox is not selected.
Any ideas on how to give the admin user the same privileges as the computer administrator?
Thanks!