Friday, April 28, 2023

Multiple RDP Connections to Windows 10 or 11 machine

 Best way to make your Windows 10 accept multiple RDP connections or, in my case, allow a local and a remote session simultaneously:

http://www.federa.lt/multiple-rdp-sessions-in-windows-10/

I opted by doing the patch of termsvr.dll. Just one note about it:

Just look for this sequence of bytes 39 81 3C 06 00 00 and replace the following with the sequence B8 00 01 00 00 89 81 38 06 00 00 90 regardless of the Windows build  number and everything will just work.