Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Q. How do you run .ebot files with “run as administrator” option?
A.
There are 3 ways to do it.
1) Change the compatibility option to run the PAM Agent executable file with administrator privileges (Recommended)
- Find the executable file at default PAM Agent file path:
C:Program Files (x86)\ARGOS\AgentForRPA\Win\ArgosRPAUxRobotAgent.V3.exe
2. Right-click the "ArgosRPAUxRobotAgent.V3.exe" file and click the Properties menu.
3.In the Compatibility tab, check "Run this program as an administrator".
Image RemovedImage Added
4. When the PAM Agent is executed (ebot, ondemand, schedule, testrun, etc.) after changing the setting, an elevation dialog box is displayed.
2) Run .ebot files from CMD with administrator privileges (easy choice)
- Run cmd.exe as administrator.
- Enter the full path of the .ebot file and run it.
Image RemovedImage Added
3) Setting to run all programs as administrator (any program runs as an administrator, so there may be a security risk.)
Reference : By use of gpedit.msc (which is an application that requires Admin rights)
- Run gpedit.msc
- Computer Configuration - Windows Settings - Security Settings - Local Policies - Security Options
- "User Account Control: Run all administrators in Admin Approval" Set to Disabled
- "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" Set to Elevate without prompting
- Option item to suppress the elevation dialog box
Reboot your PC.
Image RemovedImage Added
Setting it by the registry instead of gpedit.msc- Run regedit
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- EnableLUA set To 0
- ConsentPromptBehaviorAdmin set to 0
- Reboot your PC.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|