Page 1 of 1

Run a program as admin

Posted: Sat Feb 21, 2015 6:26 am
by vbigdeli
I don't see run as administrator or normal user in Run program/open document task.
Please add this feature.

Thanks.

Re: Run a program as admin

Posted: Mon Feb 23, 2015 2:35 pm
by Oleg
"Run as administrator" mode is impossible without manual confirmation. This is a very uncomfortable way for automation process
You should run RoboTask "As Administrator" to start another applications without confirmations.
Also you can turn off the UAC in control panel. But pay attention, that this way is not recommended

To run another programs "As Administrator" you can use RG.EXE utility. It is in RoboTask's folder. By default it is here: "C:\Program Files (x86)\RoboTask\RG.exe"
Usage:
RG.exe [/p] <command_line>
/p - RG waits when the command will be finished


It launches your command line with administrative rights.