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
Windows 7 Remote Desktop Connection Save Credentials not working
提问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:
尝试以下步骤:
- On your local machine Open Windows command prompt type: gpedit.msc -> Press Enter -> a new window will popout
- Go to Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation
- Double Click on “Allow Delegating Saved Credentials with NTLM-only Server Authentication”
- By default it will be “not configured”
- You will see radio buttons -> Enable the policy
- Click the “Show” button in the options window below and enter the value “TERMSRV/*” (without quotes) into the list.
- Click Apply button
Do the same thing for the following policies:
Allow Delegating Saved Credentials
Allow Delegating Default Credentials with NTLM-only Server Authentication
Allow Delegating Default CredentialsMake sure that "DenyDelegating Saved Credentials" is not enabled or does not contain “TERMSRV/*” in the list
Close all windows
Open a command prompt and use “gpupdate /force” command to apply the policy directly.
- 在您的本地计算机上打开 Windows 命令提示符键入:gpedit.msc -> 按 Enter -> 将弹出一个新窗口
- 转到本地计算机策略 -> 计算机配置 -> 管理模板 -> 系统 -> 凭据委派
- 双击“允许使用仅 NTLM 服务器身份验证委派保存的凭据”
- 默认情况下,它将“未配置”
- 您将看到单选按钮 -> 启用策略
- 单击下面选项窗口中的“显示”按钮,然后在列表中输入值“TERMSRV/*”(不带引号)。
- 单击应用按钮
对以下策略执行相同的操作:
允许委派保存的凭据
允许委派默认凭据与仅 NTLM 服务器身份验证
允许委派默认凭据确保“拒绝委派保存的凭据”未启用或列表中不包含“TERMSRV/*”
关闭所有窗口
打开命令提示符并使用“gpupdate /force”命令直接应用策略。