简体   繁体   English

当分辨率不同时,将 RDP 的显示限制为 2 个而不是 3 个

[英]Limiting display of RDP to 2 monitors instead of 3 when they have different resolutions

How do I limit the display to only the first two monitors instead of three monitors, while connecting using remote desktop?使用远程桌面连接时,如何将显示限制为仅前两台显示器而不是三台显示器? My first and second monitor have different resolutions.我的第一台和第二台显示器的分辨率不同。

 First monitor: 2560 * 1080 
 Second monitor: 1920 * 1080

The following settings in RDP file do not work RDP 文件中的以下设置不起作用

screen mode id:i:2
use multimon:i:1
selectedmonitors:s:0,1
span monitors:i:1
desktopwidth:i:1920
desktopheight:i:1080

Installed two monitors with the same resolution and solved the issue.安装了两台分辨率相同的显示器并解决了这个问题。 Looks like with two different resolutions, it is not possible看起来有两种不同的分辨率,这是不可能的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SetWindowPos() 与多个显示器和不同的显示缩放比例交叉处理 - SetWindowPos() cross-process with multiple monitors and different display scalings 停止 windows 在具有不同 DPI 的显示器之间切换时自动调整特定 window 的大小? - Stop windows from automatically resizing a specific window when it switches between monitors with different DPIs? 如何在多台显示器上控制显示 position - How to control the display position on multiple monitors 获取已连接显示器的最大可能显示速率 - Getting the max possible display rate of connected monitors 两个不同的显示器上的两个全屏窗口 - Two fullscreen windows on two different monitors 监视器数量变化时的通知是什么? - What is the notification when the number of monitors changes? 如何在JavaFx中为不同的分辨率自动调整窗口大小? - How to automatically resize windows in JavaFx for different resolutions? 检测连接的监视器数始终返回1或更多而不是0 - Detecting the number of connected monitors always returns 1 or more instead of 0 RDP断开连接时,Watin拍摄黑色屏幕截图 - Watin taking black Screenshots when RDP is disconnected 如何使用 Win32 API 获取多台显示器的显示名称? - How to get the display names of multiple monitors with the Win32 API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM