Windows remote controle for dual monitor setup

monitorsremote-accesswindows

as mentioned in some other questions plenty of remote control tools remote-support-tool

There are some other options but i often run into the same obstacle

I have a dual monitor setup and the computers i need to remote control ( to assist the people at the other side) often have a dual monitor setup too.

But all solution i have seen sofar always fail in using both screens. When remote controling i always end up with only 1 monitor used and only 1 monitor controlled

Is there any solution free or paying that is smart in remote controlling with multiple monitor setup ?

Best Answer

RDP version 6.0 and above support using multiple monitors. To use it you have to use the /span command when running it, so to do so from the command line would be:

mstsc.exe /v serverIP /span

There is a good article here on how to setup shortcuts to do this

Related Topic