I am trying to run a scheduled task with SYSTEM Account (NT Authority\SYSTEM). This scheduled task is running an exe file (Exe file is for .NET application with 3.5 framework, built in vb.NET to perform some task.) This scheduled task is set to - 1. Run once a day 2. Option selected as "Run with highest privileges" 3. In Action tab both values Program/script and Start in (optional) are filled.
When the task runs at specified time it shows that "Task Scheduler successfully completed task "Task Name" , instance "{Guid}" , action "exe file path" with return code 0." in History tab. But exe file is not getting executed as i cannot see any expected results.
When i am setting the Run As Field to my credentials in scheduled task, the task is working and is able to able to run the exe file properly.
But i need to use SYSTEM account to run the scheduled task.
Can anybody here please let me know what i needs to make this scheduled task work properly.