Multi-user connection cracking of Win7 remote desktop

The system is 64-bit WIN7 Ultimate Edition. Whenever I use other machines to connect to the 3389 remote desktop of WIN7, the WIN7 machine will exit to the state after logging out the user. Later, I created a new user, log in or log out with a different user, That is to say, two people cannot operate the computer at the same time, and multiple users cannot log in at the same time like WIN2003. Question: How can I set it up to achieve simultaneous access by multiple users in WIN7?
 
 
answer:
Multi-users have long been able to crack the method as follows: Open the termsrv.dll file of System32\ with UE
32-bit version:
Replace 3B86200300000F84574B01 with B800010000908986200300
Replace 85E0FEFFFF43 with 85E0FEFFFF90
Replace 7C34397DF874 with 7C34397DF8EB
x64 bit version:
Replace 8B873806000039873C0600000F849ACE0000 with B80001000090898738060000909090909090
Replace 488D4C2460BB01 with 488D4C2460BB00
Replace 1F837C24500074 with 1F837C245000EB
You can't change it directly, you can back it up and change it and then overwrite the original file under DOS.
 
 
Method Two:
 
Windows Remote Terminal Services is single-user, which means that when you log in to the server remotely, the server will have a black screen locally. How to make it possible to allow multiple users to operate the server computer at the same time, regardless of whether to log in locally or remotely.
 
first:
 
To install the toolkit, you need to download it from Microsoft (Remote Server Administration Tools http://www.microsoft.com/downloa ... 3-a005-4e344e43997d ), after installing the upgrade package, go to Control Panel--Programs and Features-- Turn on or off the WINDOWS function---Remote Server Management Tools---Role Management Tools---Remote Desktop Services Tools, check the box in front.
 
Enter cmd in the start-command box, and enter netstat -na in the pop-up Dos interface. If port 3389 appears, it means that the remote terminal has been started.
 
Then:
 
1, Download the patch UniversalTermsrvPatch, the function is to remove the restriction of single-user login, allowing multiple people and multiple users to access the login at the same time.
 
2, Run the corresponding program according to your system:
 
For 32-bit systems, please run UniversalTermsrvPatch-x86.exe;
 
For 64-bit systems, please run UniversalTermsrvPatch-x64.exe.
 
3, Admin rights are required. Right-click on the program and select Run as administrator.
 
4. After the crack, it needs to be restarted to take effect.
 
5, Backup file: \windows\system32\termsrv.dll.backup. (If you want to restore the settings, please rename the backup file to termsrv.dll to replace the cracked file)
 
Other possible settings for remote desktop:
 
Run gpedit.msc to open Group Policy, Computer Configuration - Administrative Templates - Windows Components - Remote Desktop Services - Remote Desktop Session Host - Connections - "Limit Number of Connections", if the status is set to "Disabled" or "Not Configured", then in The number of connections is not enforced at the Group Policy level.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325023193&siteId=291194637
Recommended