Problem :
I am learning about Task Scheduler. I am trying to schedule a C# console application in the Task Scheduler of my Windows 2012 R2. The application is expected to run when executed it manually or by doing the Right click on the scheduled task and then clicking on Run but unfortunately it failed when it was triggered by the Task Scheduler with following error.
“Task scheduler the operator or administrator has refused the request.”
I had already done a lot of research on it and had executed below steps.
I had already selected the required option for "Run whether user logged in or not".
Also I had already Unchecked the option for "Start the task only if the computer is on AC power".