Hello,
Here are what I noticed..
Thanks,
-
Created a task (Let's say this is TaskA)
When running the task..user account : SYSTEM
Set Run with highest privileges.
Set Action to run a console exe application (Let's say this is ConsoleApp) at the specific time.
Here are what I noticed..
- When running the ConsoleApp with admin right in command window, it works file.
- When running the ConsoleApp without admin right, it didn't work. (GetTask method returns null, so no update happened)
-
When running the ConsoleApp under context of Windows Task Scheduler(Under Actions tab), it throws exception, System.IO.FileNotFoundException
Thanks,