
rdp微软远程桌面rdp
I saw this over on the Microsoft Remote Desktop Uservoice
我在Microsoft远程桌面Uservoice上看到了
允许为RDP会话选择本地监视器的子集(全屏)(Allow ability to choose subset of local monitors for RDP session (full screen))
Allow ability to select a subset of current monitors with full screen. Currently can choose all or 1 but cannot choose for instance 2 of 3 (full screen).
允许选择全屏显示当前监视器的子集。 当前可以选择全部或1,但是不能选择3之2(全屏)。
That seems useful, I wish it did that. I know about this checkbox that says "Use all my monitors" but I can't say just use 1 and 2 but not 3, right?
这似乎很有用,但愿如此。 我知道该复选框显示“使用所有显示器”,但我不能说只使用1和2,而不是3,对吗?

Turns out that you CAN span n monitors but it's just buried/internal and has no UI.
原来,您可以跨n个监视器,但它只是埋在内部/内部,没有UI。
Save your RDP file, and open it in Notepad. Everyone's RDP file is different but yours may look like this:
保存您的RDP文件,然后在记事本中打开它。 每个人的RDP文件都不同,但是您的RDP文件可能看起来像这样:
full address:s:x.x.x.x:3389
prompt for credentials:i:1
administrative session:i:1
screen mode id:i:2
span monitors:i:1
use multimon:i:1
selectedmonitors:s:0,1
I can put on selectedmonitors:s:x,y
and then use the zero-based numbers to indicate my monitors. To get a list of monitors, I can run mstsc /l
to LIST out all my monitors on my machine. I can also use mstsc /multimon as a command line to use multiple monitors.
我可以穿上selectedmonitors:s:x,y
,然后使用从零开始的数字表示我的显示器。 要获取监视器列表,我可以运行mstsc /l
列出计算机上的所有监视器。 我还可以使用mstsc / multimon作为命令行来使用多个监视器。

So I set my selectedmonitors:s:0,1 to use my left and middle monitor and skip my right one.
因此,我将我选择的显示器:s:0,1设置为使用我的左显示器和中显示器,并跳过我的右显示器。
In this picture, I'm RDP'ed into a remote Windows 10 machine in Azure on Monitors 1 and 2 while Monitor 3 is my local one.
在这张照片中,我将RDP导入到Monitor 1和2上Azure中的远程Windows 10计算机中,而Monitor 3是我的本地Windows 10计算机。

Sweet.
甜。
Sponsor: Protect your apps from reverse engineering and tampering with PreEmptive, makers of Dotfuscator. Dotfuscator has been in-the-box with Microsoft Visual Studio since 2003. Mention HANSELMAN for savings on a professional license!
赞助商:保护您的应用程序免受逆向工程的破坏,并防止Dotfuscator的制造商PreEmptive对其进行篡改。 自2003年以来,Dotfuscator就与Microsoft Visual Studio集成在一起。提及HANSELMAN可以节省专业许可证!
rdp微软远程桌面rdp