How to choose specific monitors for a remote session?
- Save your RDP file






- You can see the use multimon:i:1 line which tells us that Multiple Monitor mode is enabled and the other line selectedmonitors:s:0,1,4 that shows us which monitors are actually selected to be involved in the session. Here we have all monitors included.
- To see which Monitors you have connected to your PC/Laptop, open CMD as administrator and type
mstsc /l
as output you should get something like this

- Simply edit the line selectedmonitors:s:0,1,4 to include the specific monitors you want. After making your changes, ensure you save the file.
- Open the file you previously edited using the Remote Desktop Connection app

Updated on: 06/10/2025
Thank you!