Can’t run PiP mode from command line

Whenever i set the PiP mode to enable by changing to administrator privileges, i cant run the xaml file. If i dont set administrator privileges i can run the robot but i cant set PiP to enable
this is my code in the bat file.

set projectpath=C:\Users\user\mypath
cd “C:\Program Files (x86)\UiPath\Studio”
call UiRobot.exe PiP --enable
call UiRobot.exe execute -f “%projectpath%\myfile.xaml”

Hi @Riya_Bansal,

You just have to enable PiP once with admin rights.
Make sure your project starts with PiP, you can do this in the project settings.

Hope this helps!
Robert

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