singh_sumit
(Sumit Singh Tariyal)
May 1, 2025, 6:53am
4
Hey @abhishek.kunte kindly read the below solution .
Then your robot is installed in usermode…you would see uipathuserhost.exe that means it cannot run ui automation in background or u attended…so please reinstall the robot in service mode
@Mohamed_Salman
I guess you are running the robot while the system is locked and if so yes this error would be thrown…
And while installing community edition by default the robot would be of user mode which supports attended only and for unattended we need a service mode installation
Cheers
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Make sure the robot is installed in Service Mode.
Note: If you cannot find the UiPath Robot service in Start → services.msc, that means you installed the robot in User Mode.
[image]
To install the robot in Service Mode via the GUI installer UiPathStudio.msi, you will need to select Custom → Install for all users on this computer → Unattended Robot
Reference: Robot - Installing the Robot
To install via command lines, you will need to adapt the example commands which mentions Robot as a Win…
cheers