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”