Hello People,
I have a requirement to process data on Remote Desktops.
How can I make sure that the remote desktop always opens in the same size on all the systems?
Any help would be appreciated!!
Thanks
Hello People,
I have a requirement to process data on Remote Desktops.
How can I make sure that the remote desktop always opens in the same size on all the systems?
Any help would be appreciated!!
Thanks
you set can parameter when you open the connections… mstsc.exe /h:900 /w:1100
Hi
Its always better to keep RDP to full screen while automating process in it
And for that once after logging in to the RDP we can use MAXIMIZE WINDOW activity so that the rdp session will be set to full screen
Cheers @voranir
Thank you… This helped!!
Thank you for the solution, but if the window is maximized I wont be able to capture anything from the studio.
Note that I can’t drag the RDP in another screen.