Step 1: Create a Remote Desktop Connection File
Open Remote Desktop Connection (
mstsc).Click Show Options in the bottom-left corner.
Go to the Display tab.
Check the box for “Use all my monitors for the remote session” (this enables multi-monitor support).
Return to the General tab.
Enter your Computer name and User name.
Click Save As and choose a name for the
.rdpfile (e.g.,CustomMonitors.rdp). Save it to an accessible location like your desktop.
Step 2: Edit the .rdp File to Specify Monitors
Right-click the
.rdpfile you just saved and open it in Notepad++ or another plain text editor.Find or add the following settings:
screen mode id:i:2 use multimon:i:1 selectedmonitors:s:X,YReplace
X,Ywith the monitor IDs you want to use.
To find monitor IDs:
Press
Windows + R, typemstsc /l, and press Enter.A dialog will list all monitors with their internal IDs. Use the first number on each line (e.g.,
8,9,12) in theselectedmonitors:s:line.
Remove the following lines from the file if they exist:
desktopwidth:i:XXXX desktopheight:i:XXXXThese conflict with multi-monitor settings and should not be used when
use multimon:i:1is enabled.Save the
.rdpfile.
Step 3: Launch the RDP Session
Double-click the edited
.rdpfile to start the remote desktop session.The session will span only the monitors you specified in the
selectedmonitorsline.