Disable Remote Desktop Multi-Monitor Support via Regedit
This article explains how a Windows administrator can disable multi-monitor support for Remote Desktop connections using the Windows Registry Editor (Regedit). By configuring the appropriate registry key, you can restrict incoming Remote Desktop Protocol (RDP) sessions to a single display, reducing bandwidth consumption and enforcing display consistency across your server environment.
Steps to Disable Multi-Monitor Support in the Registry
To limit Remote Desktop sessions to a single monitor on the host server, follow these steps:
- Open the Registry Editor
- Press
Win + Ron your keyboard to open the Run dialog box. - Type
regeditand press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
- Press
- Navigate to the Terminal Server RDP Key
In the Registry Editor address bar, navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
- Modify or Create the
MaxMonitorsValue- Locate the value named
MaxMonitorsin the right-hand pane. - If
MaxMonitorsdoes not exist:- Right-click an empty area in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the new value
MaxMonitors.
- Locate the value named
- Set the Maximum Monitor Count
- Double-click
MaxMonitorsto open its properties. - Set the Base to Decimal.
- Change the Value data to
1. - Click OK to save the changes.
- Double-click
- Apply the Changes
- Close the Registry Editor.
- Restart the Remote Desktop Services service via
services.msc, or reboot the server to apply the new configuration.
Once applied, clients attempting to connect with multi-monitor
features enabled (such as the /multimon or
use multimon:i:1 settings in RDP) will be restricted to a
single display on the server.