Access denied?how Can I excute the bot automatically with task scheduler


Could anyone explain that

  1. go to task scheduler
  2. create new folder( for uipath tasks)
  3. create a new Basic task
  4. and then after adding time to start and name of the task you add in Start a Program( the path to the UiRobot.exe) then in Add arguments(optional): add path to the xaml file

I already did that but I don’t know why he deny the access :face_with_diagonal_mouth: :face_with_diagonal_mouth: :thinking:

since it is not possible to directly point to xaml file now(idk why, i used to be able to do that before update). Now i have to publish the project first to nupkg extension file and did as this guide here

1 Like

bc we cant point directly to xaml file now afaik. After doing that workaround with nupkg file your direction will be similar to this: path_to_UiRobot.exe execute -f “path\RPA_Windows.1.0.1.nupkg” --entry “Main.xaml”

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.