Windows Server 2012 R2 configuration for GUI robots

hello everyone,
Currently, we are working on the capabilities of UiPath to deal with our tasks using UiPath with Orchestrator.

We want to handle simple GUI applications on Windows Server 2012 R2 running on Virtual Machine. While remote connection everything is running properly when task is triggered from studio or orchestrator. When we close remote connection we are able to launch task from orchestrator but after a couple of minutes, we get Failure status. After connection, we can observe that all non-GUI actions (create a text file, append text file, start the process) run correctly till the first GUI action (click button, write to textbox, etc.).

How we can configure Windows or UiPath robot to handle those problems and prepare for system auto startup.

Hi @viveksingh

Welcome to our UiPath Forum! :slight_smile:

For background automation, it is important to use Click activities with specific properties, such as Simulate Click or SendWindowsMessages. The default setting of the activity will not cut it.

Please see here for more details: