win10家庭版 不能远程登录 windows 10 mstsc不可用 windows10 远程桌面
Windows10家庭版的用户,因为系统中没有组策略编辑器,需要修改注册表来实现。 注册表路径:HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters 打开注册表,快捷输入 “regedit” 找文件夹 路径:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters 一般系统下,大概到了System后面再没有后面的路径,需要自行手动新建 先新建项“CredSSP”,然后在CredSSP下新建项“Parameters” 然后在“Parameters”下新建DWORD(32位),名称为“AllowEncryptionOracle”,设置值为“2”。 来源: CSDN 作者: fareast_mzh 链接: https://blog.csdn.net/fareast_mzh/article/details/81463848