Uncheck "use all my monitors"in RDP display settings or please window+p and select pc screen only to disconnect
Disconnect the display option is missing.
For all my monitors the disconnect screen setting is missing:
I need it because RDP sessions are unuseable:
they go over more than one screen... and I cannot fix them in one screen - looks like a security feature :D
Windows for business | Windows Client for IT Pros | User experience | Remote desktop clients
2 answers
Sort by: Most helpful
-
Q&A Assist2026-05-15T13:46:49.2966667+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreWindows 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:
- Rearrange and extend only the monitors that should be active