Skip to content

Instantly share code, notes, and snippets.

@diego898
Last active October 13, 2020 21:18
Show Gist options
  • Save diego898/6871478 to your computer and use it in GitHub Desktop.
Save diego898/6871478 to your computer and use it in GitHub Desktop.
Enable Concurrent Remote Desktop Users in Windows 8.1 x64

thanks to @neurodyne and this link for updated instructions

This works with the following versions of termsrv.dll

x64 - termsrv.dll - 6.3.9600.17095

Find Replace
39813C0600000F849E310500 B80001000089813806000090
090085C07F078BD8 090085C090908BD8
BB01000000C7 BB00000000C7

x86 - termsrv.dll - 6.3.9600.17095

Find Replace
3B81200300000F84C0EC0100 B80001000089812003000090
837DF8007415 837DF800EB15
8D44242843 8D44242890
@AaronKelley
Copy link

Windows 8.1/10 x64 GENERIC patch
I did this with the new Windows 10 TH2 build 10586 and it worked. It appears to also be consistent with all of the patches posted above.

This is for multiple users only, not concurrent sessions.
(In other words, you can have several people signed and using the PC at once, but you'll need to apply another patch in order to have two or more sessions going with the same user.)

Original: 39 81 3C 06 00 00 0F 84 ?? ?? ?? 00
Patch: B8 00 01 00 00 89 81 38 06 00 00 90

(?? ?? ?? could change from build to build... just clobber it.)

@z3r0ne
Copy link

z3r0ne commented Nov 16, 2015

@aaron44126
-Concurrent Remote Desktop sessions-

Windows 10 x64 , termsrv.dll Build 10.0.10586 Patch
http://depositfiles.com/files/2l0llrg11

@GingFreecs
Copy link

let's say i'm on computer A on user 1 and i want to use rdp to connect to user 2 on the same computer, how do i do this? it givres me an error everytime and i really need exactly this. do not suggest alternatives like vmware, it' really important that i connect to user on the same computer.

@angelhdzmultimedia
Copy link

To: GingFreecs

The solution was already given. http://woshub.com/enable-multiple-concurrent-rdp-sessions-in-windows-8/

@mickrussom
Copy link

What is the x64 patch for windows 7 For 6.1.7601.22843 ? Any help please, I keep Windows 7 alive ...

Is it possible to take the data from rdpwrap and make an dll binary patch? The pic here shows and example for 22843 x64

22843_x64_patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment