由于更新后的“CredSSP 加密”问题,无法将远程桌面连接到服务器(Windows 10 家庭版)

Kar*_*sar 5 windows remote-desktop remote-connection windows-10

最近,我对我的笔记本电脑进行了更新,它停止通过 RDP 连接到服务器,显示以下消息。

[Window Title]
Remote Desktop Connection

[Content]
An authentication error has occurred.
The function requested is not supported

Remote computer: XXX.XXX.XXX.XXX
This could be due to CredSSP encryption oracle remediation.
For more information, see https://go.microsoft.com/fwlink/?linkid=866660

[OK]
Run Code Online (Sandbox Code Playgroud)

经过一些互联网搜索,我发现了这篇文章 - https://www.virtualizationhowto.com/2018/05/windows-10-rdp-credssp-encryption-oracle-remediation-error-fix/。这解释了该问题是因为最新更新不允许访问未打补丁的服务器,并解释了如何更改设置以允许连接到未打补丁的服务器。在理想的世界中,服务器将被修补,这不会成为问题。但是,这可能暂时不会发生,我需要找到解决方法。

第一个问题似乎没有Group Policy Editor安装Windows 10 Home 。我设法找到了一篇文章,展示了如何gpedit.msc找回。

但是,后来我找不到Computer Configuration >> Administrative Templates >> System >> Credentials Delegation >> Encryption Oracle Remediation.有关更新的文章中解释的条目。同样,我假设这是因为我使用的是 Windows Home 10。

任何想法如何在 Windows 10 家庭版上解决此问题?

小智 6

  • 注册→ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\
  • 创建一个名为的密钥 CredSSP
  • 在 中CredSSP,创建一个名为Parameters
  • Parameters,创建一个DWORD (32) Value命名AllowEncryptionOracle
  • 双击AllowEncryptionOracle并将其值更改为00000002

您不必重新启动。