eric.bouvier f7acd8d036 Update README.md
remove AI artifacts
2026-01-27 16:23:38 +00:00
2026-01-27 16:19:57 +00:00
2026-01-27 16:21:16 +00:00
2026-01-27 16:23:38 +00:00

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:

  1. Extending displays in Windows
  2. 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

  1. Right-click on the desktop and select Display settings.
  2. Under Multiple displays, open the drop-down menu.
  3. 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

  1. Right-click the saved Remote Desktop (.rdp) file and select Edit.

    • If Edit is not visible, click Show more options first.
  2. Select the Display tab.

  3. Check Use all my monitors for the remote session.

  4. Return to the General tab.

  5. 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.html contains the full guide
  • src/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

Description
How to setup dual screens for your desktop and your remote session.
Readme 339 KiB
Languages
HTML 100%