Multiple Monitors – Remote Desktop
May 13th, 2011 § Leave a Comment
We tried to start a multi-monitor remote desktop session today on Windows 7 (RDP 6.1.7600) and couldn’t get it to work.
Easiest solution to this was invoking RDP from the run command (Windows key + R)
mstsc.exe /W:3200 /H:900
where:
W = Monitor 1 Width + Monitor 2 Width in pixels
H = Smallest monitor’s height in pixels
Advertisement