RDP session does not automatically rise under the user

Hi!
I have a problem running hdrobots.
According to the instructions, I installed hdrobots. In openflow, I have the entities untendedclient and untendedserver.
However, the RDP session does not automatically rise under the user.

I decided to launch it in debug mode with the command: openrpa.rdservice service

This is the conclusion.
How can I fix it?
Thank you.

GetParentProcessId
Check parentProcess
****** isService: False
DoWork
Do work!
BEGIN::Set ProjectsDirectory
Set UnhandledException
Get usefreerdp
Create Tracing
Add Tracing
Override SetOut
[14:02:09.004][Output] Override SetError
[14:02:09.044][Output] ResetLogPath
[14:02:09.044][Output] ****** BEGIN
[14:02:09.159][Information] ******************************
[14:02:09.160][Output] Connect to ws:///
[14:02:09.164][Information] * Done *
[14:02:09.166][Information] ******************************
[14:02:09.192][Information] Connected to ws://
/
[14:02:09.200][Information] WebSocketClient_OnOpen
[14:02:09.200][Information] Signing in
[14:02:09.260][Information] Signed in as rdservice
[14:02:09.261][Information] Get hostname and fqdn
[14:02:09.273][Information] Query for unattendedserver object in openrpa collection matcing computername **** and computerfqdn *****
[14:02:09.321][Information] Check openflow config if it supports watches
[14:02:09.366][Information] Adding session for rpa01
[14:02:09.367][Output] watch created with id mbvpr4c0o
[14:02:09.370][Output] initialization complete, if any unattendedclients was found they should be loggin in now
[14:02:19.411][Error] System.ComponentModel.Win32Exception (0x80004005): GetProcessUserName:OpenProcess::Access is denied
at OpenRPA.Interfaces.NativeMethods.GetProcessUserName(Int32 PId)
at OpenRPA.RDService.RobotUserSession.GetOwnerExplorer(unattendedclient client)
[14:02:20.439][Error] System.ComponentModel.Win32Exception (0x80004005): GetProcessUserName:OpenProcess::Access is denied
at OpenRPA.Interfaces.NativeMethods.GetProcessUserName(Int32 PId)
at OpenRPA.RDService.RobotUserSession.GetOwnerExplorer(unattendedclient client)

OpenRPA version: 1.4.57
OpenFlow version:v1.5.8
Using app.openiap.io or self hosted openflow: self hosted

Not sure why, I completely missed this post, sorry about that.

I assume you already fixed it or found another solution, but for anyone searching and finding this post:

You get “Access Denied” since only Local System has the permissions required to attach to other people’s explorer.exe process. This is how the OpenRPA HD Service spawns OpenRPA inside the RDP session. So you need to use Task Scheduler or PSExec to spawn a command line as Local System before you try running the HD service. (An example of how to do that can be found on the nodeagent GitHub page here: GitHub - openiap/nodeagent · GitHub)