Windows 11 no longer exposes a separate “Disconnect this display” option in the Multiple displays drop-down for detected monitors. Instead, displays are managed by arranging, extending, or duplicating them in Settings.
To control how RDP uses your monitors without relying on “Disconnect this display”, use one of these supported approaches:
- Rearrange and extend only the monitors that should be active
- Select Start > Settings > System > Display.
- Under the diagram, select the monitor(s) that should participate in the desktop and choose Extend desktop to this display.
- Arrange the displays by dragging them so that the mouse moves smoothly between only the monitors that are needed.
- Leave any unwanted physical monitor either powered off or not cabled so that Windows does not detect and use it.
- Use RDP multi-monitor settings instead of disconnecting a display
For Remote Desktop sessions, control which local displays are used by the session via RDP properties rather than Windows’ “Disconnect this display” option:
- Use the
use multimonRDP property to decide whether the session uses one or multiple displays. - Use the display selector RDP property (a comma-separated list of display IDs) to specify exactly which local displays are used in the remote session. Display IDs can be retrieved with
mstsc.exe /l. Only contiguous displays are supported. - If a multi-display session should fall back to a single display when leaving full screen, configure
singlemoninwindowedmode:i:1. Otherwise, leave it at the default0so all displays remain in use.
- Use the
By configuring RDP to use only the desired display(s), the remote session can be constrained to a single monitor without needing a “Disconnect this display” option in Windows display settings.
References: