尝试 RDP 时如何解决 CredSSP 加密错误

How to solve CredSSP Encryption error when trying RDP

我在使用 RDP 连接时遇到此错误 这可能是由于 CredSSP 加密 oracle 修复。

有关详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=866660

如何解决?

Microsoft 做了这个错误的更改,但我会为您解决它:-) 运行 cmd as Administrator(搜索 cmd 并用鼠标右键单击以选择 运行 AS ADMINISTRATOR)。

你也可以使用powershell admin。 将此命令复制并粘贴到 运行,如果成功,请评价我的回答:-)

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2

创建文本文件:rd_patch.reg

粘贴以下内容,保存并双击。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] "AllowEncryptionOracle"=dword:00000002

解决方案来自:https://serverfault.com/a/911645