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
@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