Windows 10 configures remote desktop for multiple users to log in at the same time


1. Single user login at the same time

System Properties -> Remote, check the following options:
Insert image description here
Run gpedit.msc, select Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections -> Limit the number of connections: run
Insert image description here
regedit , open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server, and set fDenyTSConnections and fSingleSessionPerUser to 0.

2. Multiple users log in at the same time

Download the RDPWrap patch: https://github.com/SobieskiCodes/RDPWrap
Insert image description here
Run install.bat as an administrator:
Insert image description here
Run RDPConf.exe, and the following page appears to indicate successful installation:
Insert image description here
If the installation is unsuccessful, please go to Issues to find solutions or ask questions.

Guess you like

Origin blog.csdn.net/u012069313/article/details/132846073