Post Reply

Forums -> Multiple monitors -> RDP session multi-monitor (but not all monitors)
Tim   2018-06-26 06:18
I have 3 monitors. I'd like to use 2 for my RDP session, and 1 for my local desktop. Is this possible?
Christian Studer   2018-06-27 01:09
You could set a custom width and height for the RDP window, the session will then have a single monitor of that size.

To do this, start RDP by launching mstsc.exe with arguments:

mstsc "C:\Users\Christian\Documents\Default.rdp" /w:2560 /h:900

The first argument is your connection file, /w is the width and /h the height of the window.

Christian Studer - www.realtimesoft.com
Forums -> Multiple monitors -> RDP session multi-monitor (but not all monitors)

Post Reply