Enable multi-user support for Windows xp pro SP2 Remote Desktop

Source: Internet
Author: User
This is indeed a little troublesome.

Enable concurrent sessions

Remote Desktop: Remote Desktop or terminal service

RDP = Remote Desktop Protocol

TS = Terminal Server Service

Enable concurrent sessions

It consists of three steps:

1. Enable multi-user support (Registry Regedit)

2. Modify termsvr. dll

3. Change the user logon or logout mode: Use the welcome screen and use Quick User Switching

Control Panel → user account → change the method of user logon or cancellation

1. Enable multi-user support (Registry Regedit)

Regedit4

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ licensing core]

"Enableconcurrentsessions" = DWORD: 00000001

You can also directly use Reg to add

@ 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

2. Modify termsvr. dll (replace with. 2055)

5.1.2600.2055 (xpsp_sp2_beta1.031215-1745)

A77219a971029dc2fb683e8513713803 * termsrv. dll

215552

5.1.2600.2180 xpsp_sp2_rtm.040803-2158)

Ab5b2ac7ffb870673d6806e974bf2f52 * termsrv. dll

285696 00:00:00

Replace

C: \ windows \ system32 \ termsrv. dll

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

If it is currently on, it needs to be stopped. If it is running, you can use process explorer to kill

Http://windtear.net/archives/2005/05/28/000674.html

Http://www.sysinternals.com/ntw2k/freeware/procexp.shtml

Http://www.sysinternals.com/Utilities/ProcessExplorer.html (latest URL)

Http://www.sysinternals.com/Files/ProcessExplorerNt.zip (Latest Version 10.06)

3. Change the user logon or logout mode: Use the welcome screen and use Quick User Switching

Change Method: Control Panel → user account → change the method of user logon or cancellation

Related System services:

Termservice

Terminal Services

C: \ windows \ system32 \ svchost-K dcomlaunch

Allows multiple users to connect to and control a machine and display desktops and applications on a remote computer.Program.

This is the infrastructure of Remote Desktop (including the Administrator's Remote Desktop), quick user conversion, remote assistance, and terminal servers.

FastUserSwitchingCompatibility

Fast User Switching Compatibility

Manages applications that require assistance under multiple users.

C: \ windows \ system32 \ svchost.exe-K netsvcs

Related Article

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.