17
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Windows】マルチモニタ環境でリモートデスクトップで一部のモニタのみ使用する

Posted at

TL;DR;

remote.rdp
use multimon:i:1
selectedmonitors:s:0,2

モニタの番号は、ディスプレイ設定から確認できる番号-1です。(0始まりのため)

説明

RDPはマルチモニタに対応しています。しかし、GUIの設定からは全モニタを使うかシングルモニタのどちらかしか選ぶことができません。
例えば、物理的なモニタは3枚あるが、そのうち2枚だけRDPに利用して残りの一枚はローカルのデスクトップを映しておきたい場合に対応することができません。
RDPはあまり帯域を食わないとはいえリモートマシンのリソースは食うし、特に液タブなどの余分なモニタの分まで表示したくありません。

RDPは接続設定をファイルに保存することができます。
その中にマルチモニタの設定なども入っているのですが、ここに隠しパラメータselectedmonitorsが存在します。
このパラメータに使いたいモニタの番号を入れることでそのモニタだけが有効になります。

参考

Remote desktop use two out of four monitors (superuser)

17
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?