幫助中心 如何解決 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