UiPath how to close RDP session

Hi,

I am trying to close RPD while robot running in cloud environment.
Unfortunately, the robot stop and continue running after I open up RDP again.
I am not using the orchestrator and the robot is an attended robot.
Is there any method that I can use to close the RDP session and let the robot running smoothly without stopped?

Hi
–use kill process activity with process name as “mstsc” in the property panel
Cheers @asyiqinsobri

2 Likes

Hi
Thanks for your solution. The robot running with SAP automation process.
I found another way to run robot which is open many RDP in one pc and let it open the RDP session.

Hi there, I’m having the same problem as @asyiqinsobri

I tried what you said here

Hi
–use kill process activity with process name as “mstsc” in the property panel
Cheers @asyiqinsobri

but it’s not working for me at least… Any other idea on how can I leave this running for an attended robot, in a windows VM deployed in Azure? The robot still stops whenever I minimize my Remote Desktop Connection or close it
This project, simply uses google to search data, and saves in a spreadsheet the results.

Although, I have other project. That uses explorer (not edge) to log on into a website, and retrieve some data by input some variables. That project, works fine, and robot keeps on after I close the remote desktop connection. What could be causing this difference?