Multiple RDP (Remote Desktop) sessions in Windows 11

Remote Desktop Connection

To enable concurrent Remote Desktop (RDP) sessions in Windows 11, you need to make a small change to termsrv.dll file. This file is located in C:\Windows\System32 folder. Before modifying termsrv.dll for the first time, you need to take ownership and assign yourself full permissions. You also need to stop the Remote Desktop service (TermService), if it's running.

DLL files can be modified using any HEX Editor (for example Tiny Hexer). You can do this yourself by replacing the strings shown below, or just download patched versions from this page.

Windows 11 x64 v22H2 - 2022 Update

Windows 11 (22H2) with termsrv.dll file v10.0.22621.608. To enable concurrent remote desktop connections, make the following changes:

Find:

39 81 3C 06 00 00 0F 84 75 7A 01 00

replace with:

B8 00 01 00 00 89 81 38 06 00 00 90

The patched version can be downloaded from here. The original, v10.0.22000.318 file can be found here.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Windows 11 x64 v21H2 - October 2021 Update

The original Windows 11 version (21H2) has termsrv.dll file v10.0.22000.318 To enable concurrent remote desktop connections, make the following changes:

Find:

39 81 3C 06 00 00 0F 84 4F 68 01 00

replace with:

B8 00 01 00 00 89 81 38 06 00 00 90

The patched version can be downloaded from here. The original, v10.0.22000.318 file can be found here.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Windows 11 x64 v21H2 with termsrv.dll v10.0.22000.469

Find:

39 81 3C 06 00 00 0F 84 9F 6A 01 00

replace with:

B8 00 01 00 00 89 81 38 06 00 00 90

The patched version can be downloaded from here. The original, v10.0.22000.469 file can be found here.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Windows 11 x64 v21H2 with termsrv.dll v10.0.22000.708

Find:

39 81 3C 06 00 00 0F 84 79 6A 01 00

replace with:

B8 00 01 00 00 89 81 38 06 00 00 90

The patched version can be downloaded from here. The original, v10.0.22000.708 file can be found here.


 

One thought on “Multiple RDP (Remote Desktop) sessions in Windows 11”

  1. Friday, 17 February 2023 05:14

    wow

Leave your comment

In reply to Some User