Dual Monitor Setup (Desktop & Remote Desktop)
This guide explains how to configure dual monitors on a Windows workstation and ensure those monitors are available when connecting through Remote Desktop (RDP).
It covers two required steps:
- Extending displays in Windows
- Enabling multi-monitor support in a Remote Desktop session
Both steps are required for a successful dual-screen remote experience.
Contents
- Windows: Extend Displays (Split Screen)
- Remote Desktop: Use All Monitors
- Folder Structure
- Hosting Notes
Windows: Extend Displays (Split Screen)
Before using multiple monitors in a remote session, Windows must be set to extend displays instead of duplicating them.
Steps
- Right-click on the desktop and select Display settings.
- Under Multiple displays, open the drop-down menu.
- Select Extend these displays.
Optional: Fix Monitor Order
If the monitors are reversed (left/right):
- Drag displays 1 and 2 to match the physical layout.
- Click Identify to display the screen number on each monitor.
Remote Desktop: Enable Dual Screens
After Windows is configured correctly, the Remote Desktop connection must be set to use all monitors.
Steps
-
Right-click the saved Remote Desktop (.rdp) file and select Edit.
- If Edit is not visible, click Show more options first.
-
Select the Display tab.
-
Check Use all my monitors for the remote session.
-
Return to the General tab.
-
Click Save, then Connect.
The remote session should now span both monitors.
Folder Structure
This project is designed to be hosted as static content.
RDP/
├─ index.html
└─ src/
└─ img/
└─ (image files)
index.htmlcontains the full guidesrc/img/holds all screenshots referenced by the page
Hosting Notes
-
This site is fully static and can be hosted on:
- Gitea Pages
- Cloudflare R2
- Any static web host
-
No JavaScript or backend services are required
-
Paths are relative and portable
Support Notes
If dual monitors do not appear in the remote session:
- Confirm Windows is set to Extend these displays
- Confirm the RDP file was saved after enabling multi-monitor support
- Disconnect and reconnect the Remote Desktop session