当前位置:网站首页>win10_ Home Edition cannot use remote desktop, and can be accessed by remote desktop.

win10_ Home Edition cannot use remote desktop, and can be accessed by remote desktop.

2022-06-12 14:31:00 zz891422822

System settings :

Right click Properties of this computer -> Remote settings -> Allow remote assistance to connect to this computer Check

If Windows The login password of is empty , Generally, you cannot log in to the remote desktop , It needs to be set in group policy that you can log in with a blank password
Start → function Input gpedit.msc , enter
In group policy, select Windows Set up → Security Settings → The local policy → Security options

Find in the window to the right of the security options 【 account : Local accounts with blank passwords are only allowed for console login 】, Right click , choice 【 attribute 】 choice 【 Has been disabled 】 Click on 【 application 】-【 determine 】
win10 The home edition does not have its own group policy , Enable group policy method :
Please send the following 4 Line command to copy and paste into Notepad , Save as bat file , Then right click to run as administrator :

pushd “%~dp0”
dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
for /f %%i in (‘findstr /i . List.txt 2^>nul’) do dism /online /norestart /add-package:“C:\Windows\servicing\Packages%%i”

Download and install RDP Wrapper

https://github.com/stascorp/rdpwrap/releases
Right click install.bat file , Run as administrator

Download replacement rfxvmt.dll file

Here we are , double-click RDPConf.exe Three items may be found after the document listenerstate This one is red , You need to download rfxvmt.dll file

https://github.com/pthis/rdpwrap.ini

Start as Administrator CMD, Input net stop termservice, enter , Then replace C:\Program Files\RDP Wrapper In folder rdpwrap.ini, Input net start termservice, enter , Restart the computer .

原网站

版权声明
本文为[zz891422822]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203010511191087.html