## 问题描述 Windows 11 电脑进行了安全更新,要求强制使用高安全级别的凭据加密;而 Windows Server 2012 服务器可能很久没更新,或者没有启用对应的安全策略。当两边安全级别对不上时,Windows 11 为了保护你的安全,就会直接断开连接。 ## 解决措施 ```powershell reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /v AllowEncryptionOracle /t REG_DWORD /d 2 /f ``` 立即生效无需重启电脑。 Loading... ## 问题描述 Windows 11 电脑进行了安全更新,要求强制使用高安全级别的凭据加密;而 Windows Server 2012 服务器可能很久没更新,或者没有启用对应的安全策略。当两边安全级别对不上时,Windows 11 为了保护你的安全,就会直接断开连接。 ## 解决措施 ```powershell reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /v AllowEncryptionOracle /t REG_DWORD /d 2 /f ``` 立即生效无需重启电脑。 最后修改:2026 年 05 月 18 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 你的点赞将成为我坚持的动力,之一