robot
2020.10
false
- 发行说明
- 入门指南
- UiPath Assistant
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 流程与活动
- 日志记录
- Robot JavaScript SDK
- 特定场景
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

OUT OF SUPPORT
Robot User Guide
上次更新日期 2024年7月1日
Process execution takes almost twice as long when Studio is installed from
UiPathStudioSetup.exe
(Community Edition), compared to UiPathStudio.msi
(Enterprise Edition). The issue occurs on Studio v2018.4.6 and above.
Studio Community Edition is installed in
%localappdata%\UiPath
, which is not a trusted location by Windows Defender. This means that every time a log file is created, Windows Defender
starts to scan it, which prolongs the process execution.
The scenario does not apply to Studio Enterprise Edition, because the installation folder (
%ProgramFiles (x86)%\UiPath
) is trusted by Windows Defender, and thus not scanned every time a log file is created during the execution of a process.
Adding the Studio Community Edition installation folder (
%localappdata%\UiPath
) on the Windows Defender exclusion list means log files created during the process executionare no longer scanned on the
spot. To add a folder on the Windows Defender exclusion list, you need to perform the following steps:
- Click the Windows Start button, then search for Virus & threat protection and open it.
- Access the Virus & threat protection settings page.
- Access the Add or remove exclusions page from the Exclusions section.
- Click the Add an exclusion button, then choose Folder from the drop-down menu.
- Navigate to the
%localappdata%\UiPath
folder, then click the Select Folder button. Please note that Administrator rights are required to add a folder on the exclusion list.
Log files created during the process execution are no longer scanned on the spot by Windows Defender.