Hi @pankajs3,
Well, officially it’s not supported anymore but there is a way to run project from task scheduler. The command is:
UiRobot -file <path to file>
As we know task scheduler is working great with batch files so you could implement this command it batch file and based on it schedule the task.
Example of batch file:
C:\Users\<your username>\AppData\Local\UiPath\<uipath version>\UiRobot.exe -file C:\<name of nupkg package>
Then you need to create task in Task Scheduler with Action pointing to batch file and that’s it:
Anyway we recomment use of orchestrator. It’s free for community edition. Task Scheduler may work not proper.