When in stalling the UiPath robot you can install it as user or service mode. (Details below)
- Service Mode - recommended for unattended automation scenarios and large-scale platform deployments, and runs with the same rights as the user under which it is registered.
- User Mode - recommended for attended automation scenarios, and runs under the user that installed it, having the exact rights as that particular user.
That being said. I have an unattended automation that has to run an application in admin mode. If you do this and try to run the bot while using service mode it cannot see the application. However if you run it in user mode it will work. We plan on having many more bots in the future. What is the real differences between user and service mode. Is it ok to run in User mode evnen with a large deployment?