Click here to Skip to main content
16,004,653 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Help me name my components Pin
jochance30-May-24 5:51
jochance30-May-24 5:51 
AnswerRe: Help me name my components Pin
star__duster30-May-24 23:02
star__duster30-May-24 23:02 
GeneralWindows Remote Desktop Connection Alternative Pin
Kevin Marois28-May-24 7:32
professionalKevin Marois28-May-24 7:32 
QuestionRe: Windows Remote Desktop Connection Alternative Pin
David Crow28-May-24 8:43
David Crow28-May-24 8:43 
AnswerRe: Windows Remote Desktop Connection Alternative Pin
Kevin Marois28-May-24 9:21
professionalKevin Marois28-May-24 9:21 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
David Crow28-May-24 9:33
David Crow28-May-24 9:33 
AnswerRe: Windows Remote Desktop Connection Alternative Pin
LucidDev30-May-24 8:29
LucidDev30-May-24 8:29 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
dandy7228-May-24 8:59
dandy7228-May-24 8:59 
I use plain old mstsc.exe (the standard RDP client), and it does work with multiple monitors, as long as they're adjacent. The trick is to make sure your .rdp file contains the correct monitor IDs - and they're NOT necessarily the same as those reported by the Display Settings utility. To get the correct monitor IDs mstsc.exe recognizes, run:

mstsc /l

...which will enumerate your monitors (the ID you need) and the resolution and coordinates they're running (that should be your indicator as to which monitor that line represents). In my case, as I'm writing this, it shows monitors 1, 3 and 5 (even though I only have 3 physical monitors hooked up) and based on the resolution shown, I know the correct IDs are 1 and 5.

Therefore, my .rdp file contains the line:

selectedmonitors:s:1,5

You CANNOT set this purely by using mstsc.exe's UI - this has to be done by manually editing the .rdp file with some text editor.

There's other settings that can be written to the .rdp file through the UI (telling it to use multiple monitors, etc). I'm not certain which of the following are necessary, but along with the line above, I also have these, which are probably related:

screen mode id:i:2
span monitors:i:1
use multimon:i:1

Bottom line is, I suggest you enable multiple desktops using the mstsc.exe UI, save the .rdp file, close mstsc.exe, and then manually tweak the content to ensure (a) the 3 lines above are there and (b) adjust the selectedmonitors line based on the IDs you're getting back.

Note that those IDs can change just by rebooting your system. It's annoying, but I don't know of any solution for that. Sometimes "#5" will become "#4", so I have to change that one line. If it goes back to #5, I change it back.

I also use mRemoteNG, but I never tried to get it to use more than one monitor at a time.

A co-worker of mine uses RDCMan from SysInternals, but I don't think it supports multiple monitors (or if it does, it's all-or-nothing).
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Kevin Marois28-May-24 9:21
professionalKevin Marois28-May-24 9:21 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
dandy7228-May-24 9:43
dandy7228-May-24 9:43 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Chris Maunder28-May-24 10:08
cofounderChris Maunder28-May-24 10:08 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Kevin Marois28-May-24 10:42
professionalKevin Marois28-May-24 10:42 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Nelek28-May-24 10:25
protectorNelek28-May-24 10:25 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Kevin Marois28-May-24 10:41
professionalKevin Marois28-May-24 10:41 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
pibbur28-May-24 22:25
pibbur28-May-24 22:25 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Clumpco28-May-24 23:33
Clumpco28-May-24 23:33 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Norm Powroz29-May-24 3:06
Norm Powroz29-May-24 3:06 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
jschell29-May-24 5:45
jschell29-May-24 5:45 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Ralf Quint29-May-24 6:15
Ralf Quint29-May-24 6:15 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
TheBugman29-May-24 8:32
TheBugman29-May-24 8:32 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
Clumpco29-May-24 20:45
Clumpco29-May-24 20:45 
GeneralRe: Windows Remote Desktop Connection Alternative Pin
rjmoses30-May-24 13:35
professionalrjmoses30-May-24 13:35 
GeneralSo ICQ Is Shutting Down Pin
MadGerbil28-May-24 1:52
MadGerbil28-May-24 1:52 
GeneralRe: So ICQ Is Shutting Down Pin
MadGerbil28-May-24 1:57
MadGerbil28-May-24 1:57 
GeneralRe: So ICQ Is Shutting Down Pin
Rage28-May-24 2:22
professionalRage28-May-24 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.