How can multiple users log in and use the Win10 system professional version remote desktop at the same time?

environment:

Win10 Professional Edition 19041

RDPWrap-v1.6.2

dell5493 notebook

Problem Description:

How can multiple users log in and use the Win10 system professional version remote desktop at the same time?

insert image description here

solution:

Install RDP Wrap

1. Close the remote desktop services service

Before installing RDP, close the remote desktop services first to confirm whether the status is stopped

Enter services.msc in the running interface and find remote desktop services

2. Install

Unzip the downloaded compressed package

insert image description here
Run install.bat as administrator
insert image description here

After the installation is successful, run RDPConf.exe as an administrator

success as follows

insert image description here

If you see [Not supported] displayed here, this is not a problem with this software, but a problem with the configuration file. The configuration file that comes with RDP is too old. You need to find the corresponding version of the ini file on GitHub

insert image description here

3. System new user test
insert image description here
4. Configure remote desktop

Add the default account and the new account
insert image description here
5. Configure the local group policy

Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections

insert image description here
insert image description here
insert image description here

6. Enable the remote desktop services service, which will generally run automatically

7. Remote login test, normal
insert image description here

有时候,在运行RDPConf.exe的时候,会出现Listen啥的错误,这时Remote Desktop Services没有启动的缘故。可以手动在services.msc中手动启动Remote Desktop Services,有时候,会出现哪怕已经按照上述教程走了一遍,但是在测试的时候,仍然报有其他用户连接,当前用户连接即将中断的错误,也就是服务器只允许单用户登录,这个错误,是出现在这两个文件上,只需要替换这两个文件就行了,替换之前,要将自己电脑的原来的文件,备份一下

insert image description here

Guess you like

Origin blog.csdn.net/weixin_42672685/article/details/131211361