帮助中心 如何解决 Windows 实例出现身份验证错误 最近用windows7系统远程登录的时候老师提示“发生身份验证错误。要求的函数不支持”。1、打开cmd2、输入:PowerShell3、依次执行下面脚本:New-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name CredSSP -ForceNew-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP -Name Parameters -ForceGet-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters | New-ItemProperty -Name AllowEncryptionOracle -Value 2 -PropertyType DWORD -Force发布时间:2019/11/23 22:31:06