在 rdp 文件中保存密码 | Windows 7的
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24552862/
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
Saving password in rdp file | Windows 7
提问by Saurabh Mehndiratta
Windows do not allow saving password in rdp files. Even if I select "Allow me to save credentials" while connection via Remote Desktop Connection.
Windows 不允许在 rdp 文件中保存密码。即使我在通过远程桌面连接进行连接时选择了“允许我保存凭据”。
After searching a lot, I found that it requires modifying entry "Do not allow passwords to be saved" to "Disabled" in Group Policy under Computer Configuration -> Windows Components -> Remote Desktop Services -> Remote Desktop Connection Client.
查了很多资料,发现需要将计算机配置->Windows组件->远程桌面服务->远程桌面连接客户端下的组策略中的“不允许密码保存”修改为“禁用”。
However, after doing so it is still not allowing me to save password. Let me know if there's some other setting that needs to be done.
但是,这样做后仍然不允许我保存密码。让我知道是否还有其他设置需要完成。