Hi Team,
I am facing below issue,when i try to indicate the windows security pop with UiPath it is showing an error message as “Elevated privilages required, try running UiPath studio with administrator” but when i tried running the UiPath studio with administrator getting a robot error issue, can anyone help me to solve this issue
Thanks
Adarsh
Yoichi
(Yoichi)
May 27, 2026, 4:56am
2
Hi,
The following topic may help you. (The page is Japanese. Auto translate feature will help you.)
Question
Windows アップデート後、Windows セキュリティ画面に対して UI Automation アクティビティを使用した自動化処理において、エラーが発生する、または画面内の要素が認識できず、UI 操作に失敗する事象が発生します。
エラー
対象のアプリケーションにアクセスできません。管理者特権が必要な可能性があります。
Answer
原因
Windows 更新プログラムに含まれるセキュリティ修正の影響により、Windows セキュリティ画面 (CredentialUIBroker.exe) が従来より高い整合性レベル (medium+) で動作するようになりました。これに伴い、通常権限で起動した Robot Executor からのアクセスが失敗します。
解決策
■ Unattended (サービス モード) の場合
Robot v2025.10.6 および v2024.10.19 において、Robot Executor を medium+ の整合性レベルで起動する機能が追加されました。
…
Regards,
Hi @adarsh_kotagiri
Update or Roll Back UAC Policy (High Success Rate)**
Many users fixed this exact popup by changing this group policy:
Disable:
User Account Control → Run all administrators in Admin Approval Mode
[forum.uipath.com]
Steps:
Press Win + R
Type: gpedit.msc
Navigate:
Local Computer Policy → Windows Settings → Security Settings
→ Local Policies → Security Options
Find: User Account Control: Run all administrators in Admin Approval Mode
Set it to Disabled
Restart the machine
This forces elevation to behave consistently, fixing CredentialUIBroker issues introduced by patches.
Anil_G
(Anil Gorthi)
May 27, 2026, 6:09am
5
@adarsh_kotagiri
Your robot also should ve running with elevated permissions not only the studio
If you are on latest versions then setting environment UiPath_MEDIUMPLUS_EXECUTOR value to true and restarting services should fix
Cheers
@adarsh_kotagiri
can you check the below thread,
Hi @Logesh_Velu !
We might have faced this error with UiPath Enterprise named user license. And the solution will not likely please you !
Are you also an Enterprise user ?
We uninstalled Studio, asked from UiPath technical service to drop the named user from UiPath Enterprise licenses bought by the company (by a ticket). Then we used a local administrator windows session to download and launch Studio (so we had the highest privileges). And now when using Studio we are obliged to log in the lo…
@sohyl
First check if the browsers are running with elevated rights or as admin…if yes then change that setting and try
Cheers
These thread might help.