Hi @akarshan.sonkar ,
UiPath does not support and executing .nupkg files directly
please try this approach
1.Publish the bot locally.
2.Build the task scheduler command “C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe” --file “C:\UiPathBots\MyBot\Main.xaml”
3.Create Task in Task Scheduler
4.In action tab start a program script
“C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe”
5.Configure the trigger.
Hey @akarshan.sonkar
Previously, it was possible to run UiPath bots directly from the system scheduler using the command UiRobot.exe -file "path_to_package.nupkg". However, in the latest versions of UiPath, this approach is no longer supported. It is now recommended to use Orchestrator for managing and executing processes.