Windows 7 远程桌面连接保存凭据不起作用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11847805/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 09:46:38  来源:igfitidea点击:

Windows 7 Remote Desktop Connection Save Credentials not working

windowsdesktop

提问by Dinesh Babu

Trying to connect from Windows 7 to a Remote Windows 2008 Server via Remote Desktop Connection

尝试通过远程桌面连接从 Windows 7 连接到远程 Windows 2008 Server

I always used to be asked for credentials during logon – even though i saved my credentials

我总是在登录时被要求提供凭据——即使我保存了我的凭据

This error would creep up

这个错误会蔓延

Your system administrator does not allow the use of saved credentials to logon to the remote computer computername/ipadress because its identity is not fully verified. Please enter new credentials. The logon attempt failed

您的系统管理员不允许使用保存的凭据登录到远程计算机 computername/ipadress,因为其身份未完全验证。请输入新凭据。登录尝试失败

There is no-trust-relationship when connecting 2 computers from different domains. Windows uses NTLM in this case and the default domain machine policy does not allow use of saved credentials.

连接来自不同域的 2 台计算机时没有信任关系。在这种情况下,Windows 使用 NTLM,并且默认域计算机策略不允许使用保存的凭据。

回答by Dinesh Babu

Try these Below Steps:

尝试以下步骤:

  1. On your local machine Open Windows command prompt type: gpedit.msc -> Press Enter -> a new window will popout
  2. Go to Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation
  3. Double Click on “Allow Delegating Saved Credentials with NTLM-only Server Authentication”
  4. By default it will be “not configured”
  5. You will see radio buttons -> Enable the policy
  6. Click the “Show” button in the options window below and enter the value “TERMSRV/*” (without quotes) into the list.
  7. Click Apply button
  8. Do the same thing for the following policies:
    Allow Delegating Saved Credentials
    Allow Delegating Default Credentials with NTLM-only Server Authentication
    Allow Delegating Default Credentials

  9. Make sure that "DenyDelegating Saved Credentials" is not enabled or does not contain “TERMSRV/*” in the list

  10. Close all windows

  11. Open a command prompt and use “gpupdate /force” command to apply the policy directly.

  1. 在您的本地计算机上打开 Windows 命令提示符键入:gpedit.msc -> 按 Enter -> 将弹出一个新窗口
  2. 转到本地计算机策略 -> 计算机配置 -> 管理模板 -> 系统 -> 凭据委派
  3. 双击“允许使用仅 NTLM 服务器身份验证委派保存的凭据”
  4. 默认情况下,它将“未配置”
  5. 您将看到单选按钮 -> 启用策略
  6. 单击下面选项窗口中的“显示”按钮,然后在列表中输入值“TERMSRV/*”(不带引号)。
  7. 单击应用按钮
  8. 对以下策略执行相同的操作:
    允许委派保存的凭据
    允许委派默认凭据与仅 NTLM 服务器身份验证
    允许委派默认凭据

  9. 确保“拒绝委派保存的凭据”未启用或列表中不包含“TERMSRV/*”

  10. 关闭所有窗口

  11. 打开命令提示符并使用“gpupdate /force”命令直接应用策略。