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:

  1. Open the Registry Editor
    • Press Win + R on your keyboard to open the Run dialog box.
    • Type regedit and press Enter (or click OK).
    • If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
  2. 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
  3. Modify or Create the MaxMonitors Value
    • Locate the value named MaxMonitors in the right-hand pane.
    • If MaxMonitors does not exist:
      • Right-click an empty area in the right pane.
      • Select New > DWORD (32-bit) Value.
      • Name the new value MaxMonitors.
  4. Set the Maximum Monitor Count
    • Double-click MaxMonitors to open its properties.
    • Set the Base to Decimal.
    • Change the Value data to 1.
    • Click OK to save the changes.
  5. 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.