Windows 10 - Remote Desktop- Multiple Monitors
I am having a problem using remote desktop to work across 3 monitors.
My work set up is a desktop with 3 monitors (Windows 7 Pro).
I am going to be working remotely for a few weeks and would like to replicate this set up using my laptop (Asus S400CA / Windows 10 Enterprise) + 2 USB monitors (Lenovo ThinkVision LT1451).
Thus far, I have not been able to get this to work properly, or even get the RDU connection to span 2 screens while leaving the other screen powered on.
If I log into RD with both monitors configured, the RD only works on 1 screen.
If i disconnect 1 monitor (leaving laptop plus 1 monitor), the RD will display across 2 screens. Once I connect the 3rd screen, the RD connection contracts to only 1 screen.
I currently have the box checked to Use all monitors for the remote screen.
I have all set to the same resolution (1368 x 760). Relevant code is below.
use multimon:i:1
desktopwidth:i:1368
desktopheight:i:760
span monitors:i:3
Any suggestions?
Thanks in advance!
windows-10 remote-desktop
add a comment |
I am having a problem using remote desktop to work across 3 monitors.
My work set up is a desktop with 3 monitors (Windows 7 Pro).
I am going to be working remotely for a few weeks and would like to replicate this set up using my laptop (Asus S400CA / Windows 10 Enterprise) + 2 USB monitors (Lenovo ThinkVision LT1451).
Thus far, I have not been able to get this to work properly, or even get the RDU connection to span 2 screens while leaving the other screen powered on.
If I log into RD with both monitors configured, the RD only works on 1 screen.
If i disconnect 1 monitor (leaving laptop plus 1 monitor), the RD will display across 2 screens. Once I connect the 3rd screen, the RD connection contracts to only 1 screen.
I currently have the box checked to Use all monitors for the remote screen.
I have all set to the same resolution (1368 x 760). Relevant code is below.
use multimon:i:1
desktopwidth:i:1368
desktopheight:i:760
span monitors:i:3
Any suggestions?
Thanks in advance!
windows-10 remote-desktop
add a comment |
I am having a problem using remote desktop to work across 3 monitors.
My work set up is a desktop with 3 monitors (Windows 7 Pro).
I am going to be working remotely for a few weeks and would like to replicate this set up using my laptop (Asus S400CA / Windows 10 Enterprise) + 2 USB monitors (Lenovo ThinkVision LT1451).
Thus far, I have not been able to get this to work properly, or even get the RDU connection to span 2 screens while leaving the other screen powered on.
If I log into RD with both monitors configured, the RD only works on 1 screen.
If i disconnect 1 monitor (leaving laptop plus 1 monitor), the RD will display across 2 screens. Once I connect the 3rd screen, the RD connection contracts to only 1 screen.
I currently have the box checked to Use all monitors for the remote screen.
I have all set to the same resolution (1368 x 760). Relevant code is below.
use multimon:i:1
desktopwidth:i:1368
desktopheight:i:760
span monitors:i:3
Any suggestions?
Thanks in advance!
windows-10 remote-desktop
I am having a problem using remote desktop to work across 3 monitors.
My work set up is a desktop with 3 monitors (Windows 7 Pro).
I am going to be working remotely for a few weeks and would like to replicate this set up using my laptop (Asus S400CA / Windows 10 Enterprise) + 2 USB monitors (Lenovo ThinkVision LT1451).
Thus far, I have not been able to get this to work properly, or even get the RDU connection to span 2 screens while leaving the other screen powered on.
If I log into RD with both monitors configured, the RD only works on 1 screen.
If i disconnect 1 monitor (leaving laptop plus 1 monitor), the RD will display across 2 screens. Once I connect the 3rd screen, the RD connection contracts to only 1 screen.
I currently have the box checked to Use all monitors for the remote screen.
I have all set to the same resolution (1368 x 760). Relevant code is below.
use multimon:i:1
desktopwidth:i:1368
desktopheight:i:760
span monitors:i:3
Any suggestions?
Thanks in advance!
windows-10 remote-desktop
windows-10 remote-desktop
asked Dec 30 '16 at 16:44
hegotgam24hegotgam24
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I use Terminals to accomplish something similar. It's just a wrapper around the official Microsoft Terminal Services ActiveX Client (mstscax.dll) and has Fit To Window/Full Screen/AutoScale/Custom/Some Resolution That You Set options.
It will not give you quite what you are looking for if you have an asymetrical monitor setup.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1161791%2fwindows-10-remote-desktop-multiple-monitors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use Terminals to accomplish something similar. It's just a wrapper around the official Microsoft Terminal Services ActiveX Client (mstscax.dll) and has Fit To Window/Full Screen/AutoScale/Custom/Some Resolution That You Set options.
It will not give you quite what you are looking for if you have an asymetrical monitor setup.
add a comment |
I use Terminals to accomplish something similar. It's just a wrapper around the official Microsoft Terminal Services ActiveX Client (mstscax.dll) and has Fit To Window/Full Screen/AutoScale/Custom/Some Resolution That You Set options.
It will not give you quite what you are looking for if you have an asymetrical monitor setup.
add a comment |
I use Terminals to accomplish something similar. It's just a wrapper around the official Microsoft Terminal Services ActiveX Client (mstscax.dll) and has Fit To Window/Full Screen/AutoScale/Custom/Some Resolution That You Set options.
It will not give you quite what you are looking for if you have an asymetrical monitor setup.
I use Terminals to accomplish something similar. It's just a wrapper around the official Microsoft Terminal Services ActiveX Client (mstscax.dll) and has Fit To Window/Full Screen/AutoScale/Custom/Some Resolution That You Set options.
It will not give you quite what you are looking for if you have an asymetrical monitor setup.
answered Dec 30 '16 at 18:27
JunkiebevJunkiebev
35118
35118
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1161791%2fwindows-10-remote-desktop-multiple-monitors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown