Windows XP SP3 enables multi-user logon to the local system

Source: Internet
Author: User

I passed the test. First I went to my system: marked as the tomato garden.



As we all know, XP by default does not support simultaneous login by multiple users. That is to say, when we remotely Access XP, a local user is kicked out and can only be used by one user. Find the perfect solution on the east side of the network:

1. Create a new user (identity administrator) and set the password.

2. Replace the following files with the same name in safe mode (Please back up the files ):

C: \ windows \ system32 \ termsrv. dll, c: \ windows \ system32 \ dllcache \ termsrv. dll.

As attachments cannot be uploaded, you can search for this file online. There are many!

2. log on to Windows XP normally. If the file protection function of the system prompts that the termsrv. dll file has been modified, ask whether to restore the file and select No.
3. Run enableconcurrentsessions. bat,

Create a TXT file with the following content:

@ Echo off
Setlocal
Set regkey = "HKLM \ System \ CurrentControlSet \ Control \ Terminal Server \ licensing core"
Reg add % regkey %/V enableconcurrentsessions/T REG_DWORD/D 1/F
Endlocal

Modify the file nameEnableconcurrentsessions. Bat. Double-click it.

Or modify the key values of the registry:

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ licensing core, create a DWORD Value named "enableconcurrentsessions" under this key, and set the data of this value to 1.

4. In Windows x Settings> Control Panel> user account management, find the newly created user and enable the "Welcome screen" and "quick User Switch" functions.

5. Restart the instance and open the task manager to check if it is a dual-user? Can be connected, consistent with remote operations


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.