分类 UIPATH 下的文章

當用Server2022+Chrome150+Uipath時 直接在studio中或安裝不了時,可如下安裝

1.在線安裝
https://chromewebstore.google.com/detail/uipath-browser-automation/pgbnimfaaifjpebleldfhgcjdnaeafdi
版本26.10=pgbnimfaaifjpebleldfhgcjdnaeafdi
第一行安裝后會保存在C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions

2.註冊表
電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.uipath.chromenativemsg_v2
電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\NativeMessagingHosts\com.uipath.chromenativemsg_v2
預設值均為C:\Program Files (x86)\UiPath\Studio\UiPath\com.uipath.chromenativemsg_v2.json
內容為下, 可複製同內容文件:
{
"name": "com.uipath.chromenativemsg_v2",
"description": "UiPath Native Messaging Host for Chrome",
"path": "C:\Program Files (x86)\UiPath\Studio\UiPath\BrowserExtension\ChromeNativeMessaging.exe",
"type": "stdio",
"allowed_origins": [

"chrome-extension://pgbnimfaaifjpebleldfhgcjdnaeafdi/"

]
}

關閉 .NET 憑證生成檢查(最有效、最推薦)
你可以透過建立一個設定檔,告訴 .NET 運行時「不要去聯網檢查憑證發行者」。

在 UiPath.LicenseTool.exe 的同級目錄下,建立一個文字檔案。

將其命名為 UiPath.LicenseTool.exe.config(注意後綴名是 .config,不是 .txt)。

將以下內容複製進去並儲存:

XML

<?xml version="1.0" encoding="utf-8"?>

<generatePublisherEvidence enabled="false"/>



原理: 會直接停用 .NET 的發行者憑證證據生成,阻止其聯網,速度會瞬間回到 1 秒。

Studio

進入uipath安裝目錄,管理員權限打開cmd
1.離線反激活
uipath.licensetool.exe info,記錄licensecode
uipath.licensetool.exe deactivation-request,反激活請求 獲取token1
https://activate.uipath.com/ ,使用token1完成反激活
2.離線激活
uipath.licensetool.exe activation-request -l licensecode ,激活請求 獲取token2
https://activate.uipath.com/ ,換取激活token3
uipath.licensetool.exe activate-offline -I token3,使用token3激活