HDC*_*rus 7 remote-desktop user-profiles
我正在使用 Windows 远程桌面管理器 2.7。我有一些配置文件保存为“全局”配置文件。不知何故,今天,我设法保存了一个“文件”配置文件,该配置文件不会出现在“默认设置组属性”的“配置文件管理”选项卡中,但会在所有服务器属性中显示为配置文件。
搜索删除此配置文件的方法为我提供了删除用于登录特定计算机的凭据、删除“全局”配置文件或只是从凭据管理器中删除凭据的方法,其中没有一个显示此“文件”配置文件。
唯一接近回答问题的结果是这个,它指定从存储凭证的credentialsProfiles.rdg 文件中删除凭证。但是,我在 Windows 10 上找不到此文件(即使显示隐藏文件夹)。
如何删除“文件”配置文件?或者,RDCMan 的credentialsProfiles.rdg 存储在Windows 10 中的哪个位置?
谢谢,
小智 7
您可以在任何文本编辑器中打开 *.rdg 文件,然后删除第一个“credentialsProfiles”到结束分隔符“/credentialsProfiles”之间的所有内容
<credentialsProfiles>
<credentialsProfile inherit="None">
<profileName scope="Local">*ExampleDomain*\*ExampleUser*</profileName>
<userName>*ExampleUser*</userName>
<password>*ExamplePass*</password>
<domain>*ExampleDomain*</domain>
</credentialsProfile>
<credentialsProfile inherit="None">
...
</credentialsProfile>
</credentialsProfiles>
Run Code Online (Sandbox Code Playgroud)
删除任何credentialsProfile块,最终格式将是:
<credentialsProfiles />
Run Code Online (Sandbox Code Playgroud)
在文件的开头。
RDCMan 2.7 要求 *.RDG 文件开头有“credentialsProfiles”部分。
| 归档时间: |
|
| 查看次数: |
17389 次 |
| 最近记录: |