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