# RDCMan **Repository Path**: imiyu/RDCMan ## Basic Information - **Project Name**: RDCMan - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-03 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RDCMan v2.92.1430.0 微软远程桌面管理工具 Remote Desktop Connection Manager reflect base on v2.92.1430.0 [Official download link 发布时间: 2023 年 1 月 25 日](https://docs.microsoft.com/zh-cn/sysinternals/downloads/rdcman) 汉化,及本土优化 Use .Net Framework 4.8 ## 控件版本说明 需要 System32\mstscax.dll 产生 AxInterop.MSTSCLib.dll 和 Interop.MSTSCLib.dll 新的包含最新的 rdp client 10~11, 然后 引用程序集; 也可以使用 之前的 AxMSTSCLib.dll 和 MSTSCLib.dll ## 个性化更改的记录 没找到 支持 RdpClient10 的 lib , 注销掉了此部分支持代码 0. ICO 资源文件统一放到 Resources 文件夹 影响文件: MainForm.cs::InitComp line:437 ServerTree.cs::Init line:223 1. 密码框的密码不用 占位字符代替 影响文件: CredentialsUI.cs::InitPassword line:121 并 注释常量 DummyPassword 2. 增加汉化说明 影响文件: About.cs::InitializeComponent line:20/35/42 3. 右键点击选中 服务器/组 影响文件: ServerTree.cs::OnContextMenu line:315 4. 服务器配置-显示名称位置上升 影响文件: ServerPropertiesTabPage.cs::ServerPropertiesTabPage line:26 5. 备注框扩大 影响文件: NodePropertiesPage.cs::AddComment line:58 6. `VM console connect` 设置界面优化 影响文件: ServerPropertiesTabPage.cs::ServerPropertiesTabPage line:41 ServerPropertiesTabPage.cs::VMConsoleConnectCheckBox_CheckedChanged line:116 7. `选项->客户区->缩略图单位大小` 界面优化 影响文件: ServerPropertiesTabPage.cs::CreateClientAreaPage line:327 ServerPropertiesTabPage.cs::ThumbnailPercentageRadioCheckedChanged line:457 7. `选项->树` 界面优化 影响文件: GlobalOptionsDialog.cs::CreateServerTreePage line:352/367/373/385 8. `查找服务器` 界面和功能优化 影响文件: SelectServersDialogBase.cs line:10,27,35,46,53,63-66,89,92 FindServersDialog.cs line:22,59,77 9. 未停靠时双击激活远程桌面显示 影响文件: SeverBox.cs::OnMouseDown line:23 新增 10. 双点击缩略图激活远程桌面显示 影响文件: SeverBox.cs::DbClickShow line:35 新增 CientPanel.cs::OnMouseDown line:459 新增 999. 内置组 (配置完成,功能未完成) 影响文件: GlobalSettings.cs<>ShowBuiltInGroup line:437 Internal\*.cs