Screen resolution issue when running process in production environment

Hi @rameshgp43

Did u got the solution of Screen resolution setting? I want to contact you.
Is there any way to contact you?

Thanks
Alamgir

Did you get a solution of the mentioned issue. I am also facing the same issue, when running the BOT in unattended mode it is not working while it is working in obserbvation mode.

Hello,

i had a similar issue, the robot setting ā€œlogin to consoleā€ can limit the screen resolution if set to true

Take into account that this setting is set both in the robot ā€œsettingsā€ and in the ā€œsettingsā€ file of the ā€œserverā€ ( The UiPath.Settings file is stored in the %ProgramData%\UiPath folder.)

Hopefully the issue is this :slight_smile:
Best regards

I faced similar issue earlier and it was resolved by following below -
ā€“ ā€œLoginToConsoleā€: false - Robot Orch
ā€“ ā€œLoginToConsoleā€: false, - UiPath.Setting
ā€“ Check VM/RDP hardware configurations to allow higher resolutionā€¦

1 Like

In the bat file that you start with task scheduler type:
%homepath%\Downloads\QRes\QRes.exe /x:1689 /y:1050
This will change the resolution on the VM.
I tried almost everything and only that works fine for me and solved my problem.

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