Using RDP with multiple remote monitors

4

I have a local windows 7 machine with 1 monitor, and a remote window 7 machine with 2 monitors.

I want to RDP to the remote machine, but I want to be able to duplicate my remote machines dual screen set up, where I can switch between the 2 remote monitors from my local computer (this functionality is available in Teamviewer and GOTOMYPC). When I log on, currently I get a single window showing which re-sizes the contents of both my remote screens to a single screen.

So I would like a single window on local side with a switch/toggle/button to switch between looking at my remote screens 1 or 2.

Is this possible?

ManInMoon

Posted 2014-05-08T11:23:47.327

Reputation: 237

I mean there are a few questions about using multiple LOCAL monitors, mine is about multiple REMOTE monitors. I was worried that a casual reader might not notice that. – ManInMoon – 2014-05-08T11:28:20.790

1TeamViewer/VNC and Terminal Services are fundamentally different in how they capture what is sent over the net. TS does not mirror remote displays. – Daniel B – 2014-05-08T11:28:55.737

Does your local machine only have 1 monitor? I'm a little lost here... Normally when I connect to some where with multiple monitors, it only shows me 1 screen (if my client only has 1 monitor)... Do you use any params, such as /multimon or /span etc? – Dave – 2014-05-08T11:30:35.597

yes only 1 monitor on local machine. But I want to switch what that one screen sees to be either my remote screen 1 or my remote screen 2. Currently RDP creates a single combined view. The /multimon or /span flags appear to do nothing – ManInMoon – 2014-05-08T11:31:52.760

VNC might be an option: http://stackoverflow.com/questions/9602985/vnc-viewer-with-multiple-monitors

– Roy Tinker – 2014-05-08T17:16:58.467

Answers

1

Windows RDP does not supports this...

It will resize/re-organise the screen to 1 monitor as you describe.

However, you need to note the remote machine (the one you are connecting too) needs to be Windows 7 Ultimate or Windows 7 Enterprise edition as they are the only ones to support the use of multiple monitors for RDP

Dave

Posted 2014-05-08T11:23:47.327

Reputation: 24 199

Messing up the icons etc is a pain, BUT my real issue is that on the remote machine I use the two screens for specifically different things. And when I remote in I want to work in the same way. I don't suppose there is any path I could run on my remote windows 7 pro that would give me Enterprise functionality - just for RDP? – ManInMoon – 2014-05-08T13:00:16.490

3I seriously do suggest just buying a second monitor for home... – Dave – 2014-05-08T13:19:26.547

4

Windows RDP does not support this. When you connect to RDP, it just starts a new session with new monitor settings. It doesn't look at the hardware from the remote server.

Also with sound and such. It transfers the sound to the local computer and not the remote computer.

user3360107

Posted 2014-05-08T11:23:47.327

Reputation: 41

Audio redirection is optional, but in essence this is the very reason this will not ever work with RDP/Terminal Services. – Daniel B – 2014-05-08T13:14:18.117

1

I've used TeamViewer which can display each remote monitor within a window on your local monitor. To look at a monitor, I just move the associated window to the foreground.

user414841

Posted 2014-05-08T11:23:47.327

Reputation: 11