studio
2024.10
false
- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 录制
- 用户界面元素
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- VMware Horizon 自动化
- Salesforce 自动化
- SAP 自动化
- macOS 用户界面自动化
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- 扩展程序
- Studio 测试
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Studio 用户指南
上次更新日期 2025年9月3日
安装 UiPath Microsoft 远程桌面和应用程序扩展程序后,您便可通过 RDP 连接原生生成选取器。它可以按用户安装(从 Studio 或“命令提示符”),也可以按系统安装(从“命令提示符”和“Studio 安装程序”)。
从 UiPath Studio
- 打开 UiPath Studio。
- 导航至“主页”>“工具”>“UiPath 扩展程序”。
- 选择“Microsoft 远程桌面和应用程序”>“安装”。系统会显示确认对话框。
- 重新启动处于活动状态的 RDP 连接,以使更改生效。
- 现已安装 UiPath Windows 远程桌面扩展程序,路径为
C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\
。
从命令提示符中
- 选择 Windows 开始按钮,然后在搜索字段中键入
cmd
。 - 右击命令提示符并以管理员身份运行。
- 将目录更改到 UiPath 安装文件夹 (
cd C:\Program Files (x86)\UiPath\Studio\UiPath
)。 - 使用
SetupExtensions /RdpClient
命令按用户安装扩展程序,或使用SetupExtensions /RdpClientGlobal
命令按系统安装扩展程序。系统将显示确认对话框。 - 重新启动处于活动状态的 RDP 连接,以使更改生效。
- 现已安装 UiPath Windows 远程桌面扩展程序。
To generate native selectors over RDP connections, you also need to deploy the UiPath Remote Runtime component on the Remote Desktop machine, as explained on this page.
可从以下位置下载
UiPathRemoteRuntime.msi
安装程序:
- UiPath Customer Portal 中的“产品下载”
- UiPath Automation Cloud 中的“资源中心”。要访问资源中心,您需要登录 Automation Cloud 组织,然后单击左侧导航栏上的“帮助”按钮。
有关安装或配置 UiPath Microsoft 远程桌面和应用程序扩展程序时可能需要执行的其他操作的说明,请参阅以下内容:
配置 Workspot 客户端以进行远程自动化
UiPath 统一数字工作平台 Workspot 可以配置为使用 UiPath 远程桌面客户端通常所用的相同远程桌面协议 (RDP) 插件。本文档页面分步介绍了让 Workspot 客户端与现有 UiPath Microsoft 远程桌面和应用程序扩展程序一起使用的流程。
先决条件
开始之前,请确保:
- Install the UiPath Extension for Microsoft Remote Desktop and Apps on the client.
- Install the UiPath Remote Runtime on your Virtual Desktop Infrastructure (VDI).
找到并复制 RDP 注册表项
您需要前往注册表编辑器,以查找并复制 RDP 注册表项。
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\UiPathPluginRdp]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp_x64.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\UiPathPluginRdp32]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\UiPathPluginRdp]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp_x64.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\UiPathPluginRdp32]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp.dll"
您可以通过在“运行”命令(Windows 键 + R)中输入
regedit
并打开注册表编辑器来找到这些键。使用上述路径导航到“RDP 注册表项”,然后复制这些项。
注意: UiPath 驱动程序版本
24.10.92.62643
可能与您实际使用的有所不同。请务必复制在注册表编辑器中找到的确切值。
将密钥粘贴到 Workspot 注册表中
最后,导航至 Workspot 注册表,并粘贴您复制的密钥(
UiPathPluginRdp
、UiPathPluginRdp32
)。您需要将这些 Workspot 值复制到的路径包括:
[HKEY_LOCAL_MACHINE\SOFTWARE\Workspot\Client\PersistentSettings\VDIPlugins\UiPathPluginRdp]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp_x64.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Workspot\Client\PersistentSettings\VDIPlugins\UiPathPluginRdp32]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Workspot\Client\PersistentSettings\VDIPlugins\UiPathPluginRdp]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp_x64.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Workspot\Client\PersistentSettings\VDIPlugins\UiPathPluginRdp32]
"Name"="C:\Program Files (x86)\Common Files\UiPath\UiPath.Common\24.10.92.62643\UiPathPluginRdp.dll"
通过粘贴这些注册表项,您实际上是将 Workspot 定向到 RDP 扩展程序的位置,从而允许其使用这些扩展程序。