当前位置:网站首页>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 .
边栏推荐
- Mémoire de l'examen d'entrée à l'université
- Huawei equipment configuration BGP as number replacement
- Soft test (VI) Chrome browser installation selenium IDE
- Player practice 17 xvideowidget
- QT link error: undefined reference to VTable for "XXX“
- C secret script Chapter 3 (detailed explanation of string function) (Section 1)
- Huawei equipment is configured with H virtual private network
- Running phase of SystemC
- SystemC uses SC_ report_ Handler processing log printing
- Solve the problem that IEEE latex template cannot display Chinese
猜你喜欢
我愿称之为史上最全的深度学习面经总结(附答案详解)
What is automatic bidding? What are its advantages?
QT realize picture dragging
浅谈中国程序员为什么要跳槽?
Player actual combat 13 create qtopengl project to promote window control and reload qoopenglwedge
Player actual combat 14 display YUV
Player practice 20 unpacking thread
How to realize the bidding strategy that pays more attention to transformation in the company's operation Google sem
Player practice 15 xdemux and avcodecparameters
Socket model of punctual atom stm32f429 core board
随机推荐
Software package for optimization scientific research field
Player actual combat 13 create qtopengl project to promote window control and reload qoopenglwedge
How test engineers transform test and open
Nesting of C language annotations
Simple code implementation of addition, subtraction, multiplication and division calculator
Reverse order of Excel
Solve the problem that IEEE latex template cannot display Chinese
Communication flow analysis
Analysis of two-dimensional array passing as function parameter (C language)
If you want to build brand awareness, what bidding strategy can you choose?
SystemC time
C secret script Chapter 3 (detailed explanation of string function) (Section 2)
Is Shell Scripting really a big technology?
Details of bypassing safeseh mechanism by using modules that do not enable safeseh
TestEngine with ID ‘junit-vintage‘ failed to discover tests
Player actual combat 16 xdecode class
Server concurrency - note 1
And, or, not equal, operator
Sorting out the differences between ABS () and Fabs () in C language
Copy word content to excel and automatically divide it into multiple columns