After the recent remote host reload system, there is a problem using Remote Desktop: The same user logged on to the remote system and the system was assigned a different session. When the system is assigned a different session, the operation on a remote Desktop is lost. Like some of the programs you run, although they are not shut down by the system, you can't manage them. This brings great inconvenience to your management, and the article will explain how to solve the problem. For example, in Windows Server 2008, other systems are for reference only.
If the Remote Desktop Session Host server is configured to restrict users from having only one session, and the user places the session in a disconnected state, the next time the user connects to the Remote Desktop Session Host server, the session is automatically reconnected.
There are currently three ways to solve the problem: using Remote Desktop Session Host configuration, or Group Policy configuration, or modifying the registry.
One, using Remote Desktop Session Host Configuration
Your account must be a member of the remote host "admins" group, otherwise there is no system privileges.
The following are the setup steps for Remote Desktop to restrict users from using the same session:
1, open the Remote Desktop Session Host configuration menu:
To open Remote Desktop Session Host configuration, click Start, point to Administrative tools and Remote Desktop Services, and then click Remote Desktop Session Host configuration.
2, set the "Restrict each user to only one session" option:
In the Edit Settings area, under General, double-click Restrict each user to only one session.
On the General tab of the Properties dialog box, select the Restrict each user to only one session check box, and then click OK.
Second, use Group Policy configuration
You can restrict users to only one session on a Remote Desktop Session Host server by enabling the "Restrict Remote Desktop Services users to only one remote session" Group Policy setting. This Group Policy setting is located in Computer Configuration \ policy \ Administrative Templates \ Windows Components \ Remote Desktop Services \ Remote Desktop Session Host \ Connection, and can be configured using either the local Group Policy Editor or the Group Policy Management Console (GPMC). Note that this Group Policy setting takes precedence over the settings configured in the Remote Desktop Session Host configuration.
Third, modify the registration form
In fact, it is the same as the first essence.
Copy Code code as follows:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server]
"Fsinglesessionperuser" =dword:00000001
Iv. concluding remarks
Restricting users to only one session can also improve the performance of a remote host server. You can minimize the number of remote sessions that are created by restricting users to only one session on a Remote Desktop Session Host server. This helps save system resources on the Remote Desktop Session Host server, allowing more users to connect to the Remote Desktop Session Host server.
Digression, if you want to implement a multiple-user account login multiple conversation mode, to prevent others kicked out, according to the content of the above counter operation can be.