Concurrent Remote Desktop Sessions Windows 7 SP1 RTM 7601
Release date: Jan 26 2011
Concurrent Remote Desktop Sessions allows you to connect through Remote Desktop to a system that someone else is logged on to, under a different or even the same user account, and access the system without kicking the other user off.
By using a patched version of termsrv.dll, located in %SystemRoot%\System32\, this feature becomes available.
The package contains 6 files:
readme.nfo This file
install.cmd The install script.
32_7601_original_termsrv.dll backup
32_termsrv.dll The patched file for x86
64_7601_original_termsrv.dll backup
64_termsrv.dll The patched file for x64
The script must be run as an Administrator.
To open an elevated command prompt with Administrator privileges
press WinKey, typ cmd, and hit Ctrl+Shift+Enter.
Available commandline switches:
-? Show this help.
help Same as -?.
multi Enable multiple sessions per user.
blank Enable remote logon for user accounts that are not password protected.
- Pinobigbird
INSTALL.CMD [ARGUMENTS]
example
install.cmd multi blank
x86 Hex edit
find:
00 3B 86 20 03 00 00 0F ** ** ** **
replace:
00 B8 00 01 00 00 90 89 86 20 03 00
find:
FF 43 50 C7
replace:
FF 90 50 C7
find:
F8 74 2F 68 ** **
replace:
F8 E9 2C 00 00 00
x64 Hex edit
find:
8B 87 38 06 00 00 39 87 ** ** ** ** ** ** ** ** ** **
replace:
B8 00 01 00 00 90 89 87 38 06 00 00 90 90 90 90 90 90
find:
60 BB 01 00 00 00
replace:
60 BB 00 00 00 00
find:
50 00 74 18 48 8D
replace:
50 00 EB 18 48 8D
Download :
For Windows 7 SP1 RTM build 7601
[link removed]