Using Multiple Monitors in RDP
Using Multiple Monitors in RDP
http://blogs.msdn.com/b/rds/archive/2009/07/01/using-multiple-monitor...
86
Introduction:
Multiple monitor support for Remote Desktop Services allows users to open a Remote Desktop connection expanded across all the monitors on the client computer regardless of the client monitor configuration. With this feature, the user can fully utilize all the monitors connected to the client computer for the Remote Desktop connection thereby providing extra desktop space and an almost seamless experience with the client desktop that is much improved over Span mode. This feature will be part of Windows 7/Windows Server 2008 R2 release and works for connections to another client machine (physical or VM), or a Remote Desktop Session Host.
1 of 19
26/01/2012 13:27
http://blogs.msdn.com/b/rds/archive/2009/07/01/using-multiple-monitor...
With true multimon support, the client-side monitors can be arranged in any order and can be of any resolution. Since a span mode remote session is essentially a single-monitor session, if a window in the remote desktop is maximized, it spans across all the monitors. With true multimon support, a window will only maximize to the extent of the containing monitor. If an application queries for the number of monitors inside a span-mode session, it will find only one monitor,
2 of 19
26/01/2012 13:27
http://blogs.msdn.com/b/rds/archive/2009/07/01/using-multiple-monitor...
whereas it will find as many monitors as are actually present on the client system when using true multimon RDP. This difference can change the behavior of applications such as PowerPoint.
2. Setting the Limit maximum number of monitors machine group policy as shown below:
3. By setting the MaxMonitors property in the Win32_TSClientSetting WMI class (http://msdn.microsoft.com /en-us/library/aa383778(VS.85).aspx).
3 of 19
26/01/2012 13:27
http://blogs.msdn.com/b/rds/archive/2009/07/01/using-multiple-monitor...
2. By setting the MaxXResolution and MaxYResolution properties in the Win32_TSClientSetting WMI class (http://msdn.microsoft.com/en-us/library/aa383778(VS.85).aspx). Please note that the policies and WMI settings described above apply only to connections with multiple monitors and not when connecting with a single monitor.
Comments
CyberAxe 2 Jul 2009 1:28 AM #
Thank you so much for this, this is amazing. Is this in 7RC 7100? Please include this in Live Mesh.
John: Aero is not supported with true RDP multimon for Win7. If you specify both desktop composition and multimon for a Remote Desktop connection, then multimon takes precedence and you will not get desktop composition. -Elton [MSFT]
I think this will make quite a few people annoyed. Surely there are plans for Aero support across multiple monitors?
John: Making true RDP multimon and desktop composition work together is definitely something we are looking into supporting in the future.
My clients are in the financial industry and plenty of them have 8x24" or 2x30" monitors, so there resolution is well above the default 4096 x 2048 max default. Is there any way to override that so their RemoteApp or RDP can fill the entire view? (Note: their applications use enough resources that we usually keep a 1:1 ratio of remote sessions to TS servers)
4 of 19
26/01/2012 13:27