Our UiPath Assistant is still loading when it should not. We have set the setting to not launch at startup using the installer. As well as set to be minimized when launching and still loads the full window.
Hi @PWilliams,
Can you please check if below setting mentioned is enabled at your end. We have this setting enabled and assistant always open up in tray mode(it will be available in tray in the taskbar but will not pop up on the screen unless you click on the icon in the tray to specifically open it).
Please refer below:

Regards
Sonali
In UiPath Assistant we have an implementation, that if an error occurs, then Assistant should focus to notify the user.
In Service Mode, the UiPath Robot service is registered and is set to Automatic (Delayed Start).
![]()
The UiPath Robot service can take a few minutes, depending on the machine, to start on machine startup. While this happens, UiPath Assistant starts and tries to communicate with the service and encounters the error that it can’t find it, leading to Assistant being focused to notify the user (see screenshot with Assistant, the top right red dot).
The difference is that if RegisterService is not used (User Mode robot), the robot process starts at the same time as Assistant and will remain in the tray because no error is encountered.
For the Service Mode robot, in services.msc, you can try to change the Startup Type to Automatic. This will force the UiPath Robot to start in top services in the system startup and this can help the Assistant to not be in focus when the connection to Orchestrator is not up and running yet.
Try this approach also and let us know the results.
Thank you. I will try this and let you know what I find.
Thank you for the suggestion. I tried that approach and it did not work.
That did not work. It was set to delay start like you showed in your screenshot but after changing the Startup Type to Automatic the Assistant still loads.





