• 20180726


    问题:Windows 10 Pro 下远程桌面连接提示“出现身份验证错误”

    [Window Title]
    远程桌面连接

    [Content]
    出现身份验证错误。
    要求的函数不受支持

    远程计算机: 192.168.3.37
    这可能是由于 CredSSP 加密 Oracle 修正。
    若要了解详细信息,请访问 https://go.microsoft.com/fwlink/?linkid=866660

    [确定]

    解决:

    1. 运行 gpedit.msc 打开组策略

    2. 【计算机配置】>【管理模板】>【系统】>【凭据分配】>【加密Oracle修正】,修改【保护级别】为【 易受攻击】

    如果是 Windows 10 Home,缺少 gpedit.msc,则可以安装一个,或者直接修改注册表

    HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystemCredSSPParameters

    新建

    AllowEncryptionOracle

    值为16进制2

  • 相关阅读:
    LeetCode--Insert Interval
    LeetCode--Surrounded Regions
    LeetCode--Container With Most Water
    LeetCode--Permutation Sequence
    NYOJ---540奇怪的排序
    NYOJ-858下三角矩阵
    素数筛选法
    NYOJ----776删除元素
    矩阵快速幂
    神奇算式
  • 原文地址:https://www.cnblogs.com/likun/p/windows-10-pro-remote-desktop-credssp-encryption-oracle-remediation-error.html
Copyright © 2020-2023  润新知