Welcome to MSDN Blogs Sign in | Join | Help

Using Multiple Monitors in Remote Desktop Session

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.

How to use Remote Desktop Multimon feature:

To use this feature, you must:

  1. Connect using the Remote Desktop Client 7.0 (mstsc.exe) available initially on Windows 7/Windows Server 2008 R2.
  2. Enable Multimon using one of the three methods described below:
    a. Click “Use all monitors for the remote session” in the client (mstsc.exe) window.
    b. Use the “/multimon” switch on the mstsc.exe command line.
    c. Add “Use Multimon:i:1” to the RDP file.
    image 
  3. Connect to a computer running Windows 7 or Windows Server 2008 R2.

How does it look?

Currently this feature displays the remote desktop on all the monitors available on the client computer. It can handle any client monitor configuration supported by Windows.

The following images show the Remote Desktop Multimon feature in various configurations:

image

Display Settings UI inside a Remote Desktop session showing multiple monitors

image

Remote Desktop Multimon Session with 5 monitors

image

PowerPoint inside Remote Desktop session showing multiple monitors

How is this different from “Span” mode?

Span mode, introduced in Vista, allows the remote desktop to span across all monitors on the client as long as the monitors are arranged to form a rectangle. The remote session created when using span mode is still a single-monitor session. With multimon support, each monitor on the client machine is viewed as a distinct monitor in the remote session. Due to this fundamental difference, span mode has some restrictions that true multimon does not:

1. The primary monitor must be leftmost.

2. The set of monitors must form a rectangle (i.e. identical vertical resolution, and lined up in exact straight line).

3. The total of the resolutions must be below 4096x2048 (ex. 1600x1200+1600x1200 = 3200x1200).

For these reasons, all monitor configurations shown below are valid for Remote Desktop multimon, whereas most of them are not valid for span mode:

SpanConfigs

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, 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.

Remote Desktop Multimon configuration properties:

There are a few settings associated with the Remote Desktop Multimon feature that can be used to restrict the number of monitors and resolution that clients use to connect.

Restricting the maximum number of monitors:

The Remote Desktop Multimon feature provides an option to restrict the number of monitors a user can use to connect. By default, RDP protocol supports a maximum of 16 monitors. This number can be restricted to any value between 1 and 16 using one of the following three approaches:

  1. Using the “Limit maximum number of monitors per session” setting in the Remote Desktop Configuration Tool (tsconfig.msc) as shown below:
    image
  2. Setting the “Limit maximum number of monitors” machine group policy as shown below:
    image 
  3. By setting the MaxMonitors property in the Win32_TSClientSetting WMI class (http://msdn.microsoft.com/en-us/library/aa383778(VS.85).aspx).

Restricting the maximum resolution of each monitor:

By default, RDP restricts the maximum resolution to 4096 X 2048 per monitor. Additionally with multimon, the width and height of each remote monitor can also be restricted in one of two ways:

  1. Setting the “Limit maximum display resolution” machine group policy as shown below:
    image 
  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.

Published Wednesday, July 01, 2009 8:15 PM by termserv

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Using Multiple Monitors in Remote Desktop Session

Thank you so much for this, this is amazing. Is this in 7RC 7100? Please include this in Live Mesh.

Thursday, July 02, 2009 1:28 AM by CyberAxe

# Is Aero going to be supported with MultiMonitors under the RTM of Win7?

Is Aero going to be supported with MultiMonitors under the RTM of Win7?

Thursday, July 02, 2009 7:48 AM by John

# re: Using Multiple Monitors in Remote Desktop Session

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]

Thursday, July 02, 2009 12:02 PM by Elton Saul

# re: Using Multiple Monitors in Remote Desktop Session

I think this will make quite a few people annoyed. Surely there are plans for Aero support across multiple monitors?

Saturday, July 04, 2009 10:22 AM by John

# re: Using Multiple Monitors in Remote Desktop Session

John: Making true RDP multimon and desktop composition work together is definitely something we are looking into supporting in the future.

Monday, July 06, 2009 4:40 PM by Elton Saul

# re: Using Multiple Monitors in Remote Desktop Session

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)

Friday, July 10, 2009 6:52 PM by John Biesi

# re: Using Multiple Monitors in Remote Desktop Session

"Is this in 7RC 7100?"

Multiple monitor support has been in since the Beta release 7000.  It is in 7100 as well.

--Casey [MSFT]

Friday, July 10, 2009 7:41 PM by Casey Dvorak [MSFT]

# re: Using Multiple Monitors in Remote Desktop Session

Hi John,

With the Windows 7 multimon feature, each monitor has a limit of 4096x2048 *per monitor*.  This means that even the 30" setup, which has 2560x1600 per monitor will work just fine (up to 16 monitors).

The limitation you are referring to was common to the WS2008 feature "span mode," which actually makes a single monitor on the server side with the union of the resolution of the client monitors.  In your example above, span would create one monitor on the server with resolution 2560*2x1600 = 5120x1600, going beyond the single monitor limit.  However, with WS2008 R2 multimon it will create two monitors on the server each with 2560x1600 resolution, with each monitor being below the limit.

To be clear, this will remove the same limitations for RemoteApp, since in WS2008 R2 and the Win7 client multimon is being used in the backend in place of span in WS2008/Vista.

Friday, July 10, 2009 7:46 PM by Casey Dvorak [MSFT]

# re: Using Multiple Monitors in Remote Desktop Session

Are all monitors running in the same RDP session?

What changes were done in the protocol, is there anything online yet?

Wednesday, July 15, 2009 10:35 AM by Paul Gafa

# re: Using Multiple Monitors in Remote Desktop Session

Casey,

That is outstanding news!  I can't wait for R2 :)

Thank you, -JB

Friday, July 17, 2009 8:18 AM by John Biesi

# re: Using Multiple Monitors in Remote Desktop Session

I'd like to see support at the client side for setting max monitors.  I have four monitors, and want to be able to use *2* of the four for one RDP session (and keep my other two for apps running locally).  The current client implementation seems to only allow one or all.  It appears from the post that this max monitor setting can be set at the server.  I'm building a 7201 server right now just to test that feature.  :)  But ideally, I'd like to be able to say mstsc /v:MYCOMPUTER /multimonitor 2.  I'll file that on Connect as well.  :)

Friday, July 17, 2009 5:37 PM by Janssen Jones [Virtual Machine MVP]

# re: Using Multiple Monitors in Remote Desktop Session

What RDP protocol changes were made for this change? Have these changes been made public, and in which of the MS-RDP* MCPP documents?

Saturday, July 18, 2009 9:10 PM by Gumnam Haikoi

# re: Using Multiple Monitors in Remote Desktop Session

What RDP protocol changes were made for this change? Have these changes been made public, and in which of the MS-RDP* MCPP documents?

Saturday, July 18, 2009 9:11 PM by Gumnam Haikoi

# re: Using Multiple Monitors in Remote Desktop Session

To get those RDP7 new feature(Aero effect, Client rendering, multimoniotr support etc.), will RDP client make any connection.As of now, RDP client makes only 1 connection to 3389 port.

Monday, July 20, 2009 6:11 AM by agrawalamit2005

# re: Using Multiple Monitors in Remote Desktop Session

Gumnam,

The protocol changes for multiple monitors are documented in MS-RDPBCGR. For example, the new Monitor Layout PDU is documented at http://msdn.microsoft.com/en-us/library/dd341197(PROT.10).aspx

-Eric

Monday, July 20, 2009 7:44 PM by Eric Holk [MSFT]

# re: Using Multiple Monitors in Remote Desktop Session

The client works flawlessly in XP 64 also.

Tuesday, July 21, 2009 1:09 PM by Me

# re: Using Multiple Monitors in Remote Desktop Session

And what about bandwidt, this consumes a lot I Guess. Any way to calculate adiconal bandwith per monitor ?

Of course this is amazing !!!

Jr.

Thursday, August 06, 2009 5:29 PM by Robert Jr.

# re: Using Multiple Monitors in Remote Desktop Session

Hi Robert,

You shouldn't see any more data usage for multiple monitors than you would for a single monitor of similar resolution.  It all depends on the scenario, and how much of the screen is changing at any given time.  The actual multimon feature does not add any significant bandwidth overhead, but if you have twice as many pixels which need to get updated, you will see a bandwidth increase.

For a simple example, if you need to draw a desktop background on a two monitor XGA setup, you'd need to update:

1024*768*2=1.6 megapixels

For a single UXGA monitor, you'd need to update:

1600*1200=1.9 megapixels

So really, the overall size and rate of the screen change is the most important indicator of the amount of bandwidth used, not necesarily multimon.  However, it should be noted that now users can create sessions with overall screen sizes larger than the previous limit of 4096x2048, which can be mitigated by using the new multimon GPs.

Thursday, August 06, 2009 6:31 PM by Casey Dvorak [MSFT]

# re: Using Multiple Monitors in Remote Desktop Session

I've been using this for some time and I love it. I have a suggestion though for Win 8: could you make this "multimon" option available at runtime while connected?

My problem is that I would often need to switch from single to multi and back on a connection, and disconnecting and reconnecting everytime, even with jumplists, is tiresome.

Let me give you an example of real life usage: I work dual monitor on a development machine, then suddenly I get a chat request on the real machine - I want to keep working but keep the chat window visible, so I typically switch to a single monitor remote at that point. Then when chat is over, I switch back to dual monitor. I do this a lot now by disconnecting and reconnecting from the jump list, but again, it's tiresome.

Monday, August 31, 2009 9:00 PM by Danut Enachioiu

# re: Using Multiple Monitors in Remote Desktop Session

My users are going to love this...however, I'm not sure they can have it.

Our solution requires embedding the ocx into an exe; the users run that exe for RDP and other functionality.

How can we work with the ocx client to support multiple monitors?

Friday, September 04, 2009 5:44 AM by Mike

# re: Using Multiple Monitors in Remote Desktop Session

Windows 7 Ultimate Only?

Been looking at the Windows 7 RTM bits and the only way I can get the multiple-monitors feature to work is if I connect TO a Win7 Ultimate install.  Connecting TO a Win7 Pro does NOT give me all my monitors.

Has anyone else run into this?  I have not seen this described anywhere yet.  Am I missing an option?

Setup:

- Win7 Pro or Ultimate client

- RDP connecting to Win7 Pro - Does not work

- RDP connecting to Win7 Ultimate - Works fine

Thanks

-Andrew

- Also, I'd love to see the option for only using specified monitors for the rdp window - we have several workstations that need to connect to several remote clients and would like to specify which monitors to use.

Friday, September 11, 2009 2:15 PM by Andrew

# re: Using Multiple Monitors in Remote Desktop Session

Andrew, I have the same issue.

When I connect to my Win 7 Ultimate (RC) I get all the monitors. But, when I connect to my Win 7 Pro (Final) I only get one monitor.

I checked the values in the Limit maximum number of monitors in gpedit.msc, but no luck.

Can't seem to find a lot of info about this yet though.

Any thoughts?

Monday, September 28, 2009 5:43 AM by Sander

# re: Using Multiple Monitors in Remote Desktop Session

same problem here.  I cant use all client monitors connecting from Win7 Pro to Win7 Pro.

I never tried when I had ultimate installed...

Wednesday, October 14, 2009 1:04 AM by yan

# re: Using Multiple Monitors in Remote Desktop Session

This feature is supported only on the following SKUs:

Windows 7:

Enterprise

Ultimate

Windows Server 2008 R2:

Server Standard

Server Enterprise

Server Datacenter

Thanks!

Thursday, October 15, 2009 10:21 AM by Munindra Das [MSFT]

# re: Using Multiple Monitors in Remote Desktop Session

What I'd like to understand is whether there is a way to do dual monitor emulation.  What I would like to do is have a dual monitor setup on the host, and match the resolution and monitor count on the client such that when I start up the client I will see exactly the layout that I had when I left the host, and when I exit the client and go back to the host, the layout will look exactly the same on the host as it did from the client when I ended the remote session.  Is that possible?   I don't have W7 yet, but if upgrading to 7 was necessary to be able to do something like this, I would strongly consider upgrading.  

Monday, November 09, 2009 4:30 PM by ocnstiggs

# re: Using Multiple Monitors in Remote Desktop Session

"This feature is supported only on the following SKUs:

"Windows 7:

"Enterprise

"Ultimate"

Not according to Microsoft's own FAQ:

http://windows.microsoft.com/en-US/windows7/Remote-Desktop-Connection-frequently-asked-questions

See the answer to the fifth question, and note that at the top of the page it says "Applies to all editions of Windows 7."

So, maybe someone should let MS's marketing in on this little secret, before more people buy the wrong version based on MS's own misinformation, like I did. You think?

Thursday, November 19, 2009 7:00 AM by Robert Sewell

# re: Using Multiple Monitors in Remote Desktop Session

I new licenses for our office on the way thinking that Pro supports multimon... a bit ridiculous since the site Robert pointed out clearly states that it should.

Friday, November 20, 2009 9:03 AM by andy

# re: Using Multiple Monitors in Remote Desktop Session

Regarding the true multimon support when connecting to a Windows 7 host, I have been able to confirm that it works with a fresh install Windows 7 Ultimate but not with a fresh install of Windows 7 Professional.

However, considering that the Microsoft Action Pack includes 10 licenses for Windows 7 Professional and only one license for Windows 7 Ultimate I fail to see the reason for this difference in these two editions.

Additionally, searching the web I have only found user comments regarding this difference, while the more or less official announcements and reviews that I have found so far generally state that Windows 7 and Windows Server 2008 R2 support this new feature.

Is there any chance that Windows 7 Professional merely requires some editing in the registry to enable this feature (similar to enabling NLA in Windows XP SP3)?

Tuesday, November 24, 2009 2:28 PM by Florian Lim

# re: Using Multiple Monitors in Remote Desktop Session

I've set up two systems with two monitors each runing Win7Pro. When I used remote desktop to connect to the other system, I get a copy of all of the remote windows on my primary monitor. I can then move the various windows to the second monitor and end up with something similar to what I was connecting to. When I disconnect, the windows on the remote system are restored to their original size and location.

When I tried the same test with Ultimate I get the same results. Am I missing something?

Monday, November 30, 2009 4:44 AM by Paul Steele

# re: Using Multiple Monitors in Remote Desktop Session

Well it's nice to know microsoft was paying attention... They changed the website so that now it says only ultimate and enterprise support multimon.  Rather then following through with what their website stated.  They just changed their website leaving everyone that previously looked at their website to get product details wondering where the hell their multimon support is.

This is frustrating.  It makes or breaks some peoples purchase decisions and here we have Microsoft changing their website without an explanation.

Monday, November 30, 2009 7:01 AM by andy

# re: Using Multiple Monitors in Remote Desktop Session

What tools or configuration should I launch on Windows 2008 for remote desktop service to activate "Multimon" (NOT SPAN) capablity? I'm looking for a solution even If I have to buy  extra viedo card for my server (2008 R2 enterprise)

Monday, December 07, 2009 9:45 AM by tik

# re: Using Multiple Monitors in Remote Desktop Session

As you are probably aware, multimon is a 2008 R2 & Win7 feature.  If you need this functionality on downlevel remote desktop session hosts or VDI we can do this with Quest vWorkspace, and I believe Citrix can also do this with XenDesktop/XenApp.  I think iShadow also has a product called Virtual Display Manager that can probably do this.

Let me know if this helps.

Monday, December 07, 2009 9:55 AM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

And a basic "MULTI-mon" support cannot be integraded/turn-on  without purchasing a third party soltuion. What is this another Backup solution where I have to open up my wallet?

Monday, December 07, 2009 10:07 AM by tik

# re: Using Multiple Monitors in Remote Desktop Session

Help me MS. "Multimon" doesn't work!! Don't want to waste license on TS CAL. We are licensed for Server CAL's and the "ADDITIONAL" TS Cals..

Monday, December 07, 2009 10:10 AM by tik

# re: Using Multiple Monitors in Remote Desktop Session

I'm not BS-ting. Here is my RDP config on the client. I think it is hidden somewhere (regedit) on Win2k8 R2/Ent.

Thanks,

screen mode id:i:2

desktopwidth:i:1280

desktopheight:i:1024

session bpp:i:16

use multimon:i:1

winposstr:s:0,1,315,111,1115,711

compression:i:1

keyboardhook:i:2

displayconnectionbar:i:1

disable wallpaper:i:1

disable full window drag:i:1

allow desktop composition:i:0

allow font smoothing:i:0

disable menu anims:i:1

disable themes:i:0

etc.....

Monday, December 07, 2009 10:25 AM by tik

# re: Using Multiple Monitors in Remote Desktop Session

Multimon is a 2008 R2 or Win7 feature, so if your remote desktop is one of those OS, and you're using an version 7 of mstsc.exe (Remote Desktop Client) from XP->Win7 Client OS, you should have access to multimon out of the box.

You would only need 3rd party software if using 2008 RTM, but after looking more closely at your original post you're using R2 so you should be good for multimon.

In group policy you can enforce maximum display resolution and maximum number of monitors supported (1-10).  This is done in:

Computer Config -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Remote Session Environment.  

You might also want to check in Server Manager under the Remote Desktop Session Host Role, to see if settings are enforced there that would prevent multimon.

Monday, December 07, 2009 10:39 AM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

I know MS has a lot of BAKER on their kitchen.

Look at this.

""Computer Config -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Remote Session Environment.  ""

This is from my server and looks a little different. (No "remote desktop services" on "windows components")

I have this on computer config.

Computer Config -> Administrative Templates -> Windows Components ->Terminal Service-->

--1.Remote Desktop Connection client

--2.Terminal Server

--3.TS Licensing

And cannot find anywwhere the "Maximum number of monitors supported" setting. Even under "User configuration"

I am at lost!!. I thought the client mstsc.exe (or dot .rdp) should (and MUST) override the setting as far as the spanning OR multi-monitor setting is concerned.

All I want is Multimonitor with one RDP session.

Thanks again.

Monday, December 07, 2009 1:42 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

My system is 208 R2 in a 2008 R2 Active Directory Forest.  If you see "Terminal Services" in GPO then your AD is <= 2008.  If you see this in local policy, then your OS is <= 2008.  If you don't plan to upgrade AD to 2008 R2 (as that's a much bigger decision), you can use the local policies on your Remote Desktop Session Host via gpedit.msc.

I understand what you want.

Monday, December 07, 2009 1:50 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

You are very helpful my friend.

Here is the "about Windows"  

Version 6.0 (Build 6001: Service Pack 1) And IT (Windows 2008 2008 Enterprise) is a member server on my Win2003 Domain Controller

My Domain environment is the result of the "TRANSITION" from a single server Win2kDC/WinExchange2000 setup.(Did the domain upgrade myself and now I am having a challenge on this terminal server setup)  

Monday, December 07, 2009 2:07 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

Sorry, I know it probably feels like you're banging your head against the wall at this point.  Sometimes I forget that not everyone has been using TS for a long time.

To use Multimon your Remote Desktop Session Host (Terminal Server) will need to be 2008 R2 [Version 6.1.7600] and your client OS will need to be >= Windows XP SP3 with Remote Desktop Client 7.0.

I'm happy to help, so keep the questions coming, and let me know if you're not following, or if I've misunderstood your questions.

Monday, December 07, 2009 2:15 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

Thanks again.

Just an FYI -

I was able to launch "gpedit.msc" from "start", "run" and got a windows "Local Group Policy Editor". Same with the snap-in "grouppolicyobjecteditor.msc" "group policy object editor version 1" - I created a month ago. It appears it inherited a lot of the setting from my old DC( from Win2k to Win2003 and now Win2008). I am not sure.

Monday, December 07, 2009 2:36 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

I'll try updating my Win2008 Ent "R2" with SP2 see if this update will fix it. If not, I hope MS is reading this MSDN blog and they have a quick fix for me.

Monday, December 07, 2009 3:50 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

2008 R2 was just released on October 22 and has no service packs. 2008 and 2008 R2 are different OS builds, as 2008 was released around the time of Vista, and 2008 R2 is brand new, and only ships in X64.

Please go to the cmd prompt on your server, type "ver" without quotes, hit enter and tell me what you see.  If you see something different than what is listed below, you are NOT running R2.  

Microsoft Windows [Version 6.1.7600]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator>ver

Microsoft Windows [Version 6.1.7600]

C:\Users\Administrator>

Monday, December 07, 2009 4:01 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

Thank you so MUCH Patrick.

And thank you Microsoft for your product "Microsoftr"

Tik,

Here is the systeminfo.

Microsoft Windows [Version 6.0.6001]

Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\admin>ver

Microsoft Windows [Version 6.0.6001]

C:\Users\admin>

C:\Users\admin>systeminfo

Host Name:                 T-1000-Terminator

OS Name:                   Microsoftr Windows Serverr 2008 Enterprise

OS Version:                6.0.6001 Service Pack 1 Build 6001

OS Manufacturer:           Microsoft Corporation

OS Configuration:          Member Server

OS Build Type:             Multiprocessor Free

Registered Owner:          Windows User

Registered Organization:

Product ID:                92777-OEM-XYXYXYXY-10277

Original Install Date:     11/2/2009, 8:49:07 PM

System Boot Time:          12/7/2009, 3:10:25 PM

System Manufacturer:       Dell Inc.

System Model:              PowerEdge R610

System Type:               x64-based PC

Processor(s):              1 Processor(s) Installed.               [01]: Intel64 Family 6 Model 26 Stepping 5 GenuineIntel ~2660 Mhz

BIOS Version:              Dell Inc. 1.2.6, 7/17/2009

Windows Directory:         C:\Windows

System Directory:          C:\Windows\system32

Boot Device:               \Device\HarddiskVolume2

System Locale:             en-us;English (United States)

Input Locale:              en-us;English (United States)

Time Zone:                 (GMT-08:00) Pacific Time (US & Canada)

Total Physical Memory:     24,565 MB

Available Physical Memory: 21,322 MB

Page File: Max Size:       48,686 MB

Page File: Available:      45,853 MB

Page File: In Use:         2,833 MB

Page File Location(s):     C:\pagefile.sys

Domain:                    MYDOMAIN.local

Logon Server:              \\Winhows2003

Hotfix(s):                 76 Hotfix(s) Installed.

                          [01]: 944036

                          [02]: KB940518

                          [03]: KB948609

                          [04]: KB948610

                          [05]: KB949189

                          [06]: KB950050

                          [07]: KB950762

                          [08]: KB950974

                          [09]: KB951066

                          [10]: KB951698

                          [11]: KB951978

                          [12]: KB952004

                          [13]: KB952069

                          [14]: KB952287

                          [15]: KB953733

                          [16]: KB954154

                          [17]: KB954155

                          [18]: KB954459

                          [19]: KB955020

                          [20]: KB955069

                          [21]: KB955302

                          [22]: KB955430

                          [23]: KB956572

                          [24]: KB956744

                          [25]: KB956802

                          [26]: KB957097

                          [27]: KB957200

                          [28]: KB957321

                          [29]: KB958481

                          [30]: KB958483

                          [31]: KB958623

                          [32]: KB958624

                          [33]: KB958644

                          [34]: KB958687

                          [35]: KB958869

                          [36]: KB959108

                          [37]: KB959130

                          [38]: KB959426

                          [39]: KB960225

                          [40]: KB960803

                          [41]: KB961371

                          [42]: KB961501

                          [43]: KB967190

                          [44]: KB967723

                          [45]: KB968389

                          [46]: KB968537

                          [47]: KB968816

                          [48]: KB969058

                          [49]: KB969947

                          [50]: KB970238

                          [51]: KB970653

                          [52]: KB971486

                          [53]: KB971557

                          [54]: KB971657

                          [55]: KB971961

                          [56]: KB971961

                          [57]: KB972036

                          [58]: KB972145

                          [59]: KB972594

                          [60]: KB973507

                          [61]: KB973525

                          [62]: KB973540

                          [63]: KB973565

                          [64]: KB973687

                          [65]: KB973874

                          [66]: KB974291

                          [67]: KB974455

                          [68]: KB974455

                          [69]: KB974469

                          [70]: KB974571

                          [71]: KB975364

                          [72]: KB975467

                          [73]: KB975517

                          [74]: KB976098

                          [75]: KB976470

                          [76]: KB976749

Network Card(s):           4 NIC(s) Installed.

Monday, December 07, 2009 4:29 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

If it is not R2, How can I make it R2? I am sure the OEM CD that came with it is R2 Since we order it preloaded mid October 2009.

FYI - Here is the info on SP2 for 2008.

indows Server 2008 Service Pack 2 for x64-based Systems (KB948465)

Download size: 87.0 MB - 567.3 MB

You may need to restart your computer for this update to take effect.

Update type: Important

Windows Server 2008 Service Pack 2 is an update to Windows Server 2008 that includes all of the updates that have been delivered since product release, as well as support for new types of hardware and emerging hardware standards.  After you install this item, you may have to restart your computer. This update is provided to you and licensed under the Windows Server 2008 License Terms

More information:

http://support.microsoft.com/kb/948465

Help and Support:

http://technet.microsoft.com/en-us/windows/dd767387.aspx

Monday, December 07, 2009 4:35 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

As I suspected, you are running 2008 SP1, not 2008 R2.  The OS you have can NOT (out of the box) deliver multimonitor, except for spanning.  Your options are to install Server 2008 R2 instead (don't upgrade, do a clean install), or use one of the 3rd party products I previously mentioned.

http://capitalhead.com/articles/how-to-find-build-and-revision-number-of-windows-vista-or-windows-server-2008-installed.aspx

Monday, December 07, 2009 4:36 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

"OS Name:                   Microsoftr Windows Serverr 2008 Enterprise"

Did we get a bogus OS from Dell? Look at the spelling of "Microsoft" and "Sever". I am sure MS Engineers has tools to do some sort of spell checking

"LOL"

Monday, December 07, 2009 4:43 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

As I stated before, 2008 and 2008 R2 are differennt versions of Windows, just like Vista and Win7.  One can't just download an update to go from 2008 to 2008 R2, it's a complete new OS install.  Service Pack 2 for 2008 is NOT 2008 R2.

If you have Software Assurance for Windows Server, you can download 2008 R2 from Microsoft, but if the system came pre-loaded with an OEM version of 2008, and didn't come with an upgrade certificate, you're stuck having upgrade to 2008 R2.  I can't say for certain for the Server OS, but for the client OS one can purchase an upgrade for an OEM version of Windows, then enroll it in SA.  From whom did you purchase the Server?

Monday, December 07, 2009 4:46 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

We do have software assurance for XP (Volume lic) and Servers. I'm not sure about Enterprise edition.

Time to call MS for the TS licensing and first make sure I can deactivate/transfer TS cal on my current installation.

Monday, December 07, 2009 5:02 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

I'm banging my head against the table here. trying to get this to work.  Should the new multi monitor feature be possible with this setup?

Connecting from home to work:

home: win 7 pro with monitors of differet sizes (1920x1200 and 1280x1024)

work: dual monitors on win xp sp3 with mstsc 7

When I choose the "Use all monitors for the remote session" option, it doesn't take up both monitors at home.  Does my work pc need win7 too?  Thanks.

Wednesday, December 09, 2009 10:04 AM by chriso

# re: Using Multiple Monitors in Remote Desktop Session

No, this will not work.  The RDP Session Host, in your case the XP SP3 machine, must be running Win7 or 2008 R2 to deliver a Multimonitor experience to the version 7 remote desktop client.  What you are doing is trying to connect a Win7 client to a XP SP3 RDP Session host, so you should only get a spanned desktop.

Wednesday, December 09, 2009 10:07 AM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

Patrick you deserved a pat in the back. I lost a couple of hair here and finally got it going using the edition I got from MS tour (NEw Efficiency Seminar).

It works just by adding/activating the feature (RDS) on the server.

Microsoft Windows [Version 6.1.7600]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

U:\>systeminfo

Host Name:                 WINR2-ENT-B8

OS Name:                   Microsoft Windows Server 2008 R2 Enterprise

OS Version:                6.1.7600 N/A Build 7600

OS Manufacturer:           Microsoft Corporation

OS Configuration:          Member Server

OS Build Type:             Multiprocessor Free

Registered Owner:          Windows User

Registered Organization:

Product ID:                00486-001-5551212-87778

Original Install Date:     12/9/2009, 10:59:48 AM

System Boot Time:          12/9/2009, 11:45:29 AM

System Manufacturer:       Dell Inc.

System Model:              OptiPlex GX620

System Type:               x64-based PC

Processor(s):              1 Processor(s) Installed.

                          [01]: Intel64 Family 15 Model 4 Stepping 4 GenuineInt

el ~2992 Mhz

BIOS Version:              Dell Inc.                 A05, 10/13/2005

Windows Directory:         C:\Windows

System Directory:          C:\Windows\system32

Boot Device:               \Device\HarddiskVolume1

System Locale:             en-us;English (United States)

Input Locale:              en-us;English (United States)

Time Zone:                 (UTC-08:00) Pacific Time (US & Canada)

Total Physical Memory:     1,014 MB

Available Physical Memory: 477 MB

Virtual Memory: Max Size:  2,038 MB

Virtual Memory: Available: 1,405 MB

Virtual Memory: In Use:    633 MB

Page File Location(s):     C:\pagefile.sys

Domain:                    MSMONEY.local

Logon Server:              \\CHINGCHING-01

Hotfix(s):                 N/A

Network Card(s):           1 NIC(s) Installed.

                          [01]: Broadcom NetXtreme 57xx Gigabit Controller

                                Connection Name: Local Area Connection

                                DHCP Enabled:    No

                                IP address(es)

                                [01]: 192.168.88.177

                                [02]: fe80::580d:d3ed:a7d6:fc3f

U:\>ver

Microsoft Windows [Version 6.1.7600]

U:\>

Wednesday, December 09, 2009 12:06 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

You're very welcome.  Merry Christmas!

Wednesday, December 09, 2009 12:30 PM by Patrick Rouse

# re: Using Multiple Monitors in Remote Desktop Session

FYI-  I am using the new RDP client on XP SP3 with a registry change.(CREDSSP is off by default)

Merry merry Christmas too and a happy new year.

You are a good guy.

Wednesday, December 09, 2009 12:59 PM by tik

# re: Using Multiple Monitors in Remote Desktop Session

So if I understand correctly, multimon should work when connecting from Windos 7 Ultimate to Windows 7 Pro right? Because here, it doesn't..

Saturday, December 12, 2009 6:25 AM by David

# re: Using Multiple Monitors in Remote Desktop Session

On a side note, can two different users shares a RDP session. We have users (traders) who need to collaborate and manage each others orders.

Thanks

Friday, January 08, 2010 7:39 PM by Natalia

# re: Using Multiple Monitors in Remote Desktop Session

Makes absolutely no sense why Win 7 Professional does not have multi monitor support.

Monday, January 18, 2010 10:03 AM by JC

# re: Using Multiple Monitors in Remote Desktop Session

Can anyone tell me if multimon is supported on XP SP3 using the RDP client 7 downloaded from this knowledge base article:

http://support.microsoft.com/kb/969084

The article says it is, but I downloaded it and tried using multimon, and it does not work.  My windows only appear on my primary monitor.

Wednesday, January 27, 2010 4:22 PM by Jeremy

# re: Using Multiple Monitors in Remote Desktop Session

Hi

I need some help

I want to use two monitors on a Remote Desktop client, which behave just exactly as two monitors on Windows' "Extend my desktop..." option

I mean, when I maximized an application running on RD client PC, it just maximizes it on primary monitor while second one shows only empty desktop

I don't want "mstsc /span" option creating one big virtual monitor using two physical devices

Who can I do that?

Thanks!

Thursday, February 04, 2010 8:21 AM by Julian Perez

# re: Using Multiple Monitors in Remote Desktop Session

i use Win7Prof as Remote and i don't get more then 1 Monitor. In my .RDP File it says "use multimon:i:1". so what's the problem?

Tuesday, February 09, 2010 4:53 AM by Wejwoda Christian

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker