Hi @s 9425 ,
Please check the below article.
https://apeople.automationanywhere.com/s/article/Automation-360 which might helps to resolve your issue.
@s 9425 This issue may occur different reasons
In my scenario, it was happened due to third party password reset (Sailpoint password reset plugin).
This may occur if any CTRL+ALT+DeL policy disabled
another solution
Step 1 : Have to use Regular deployment setting rather than RDP deployment
Step 2: Please run below script whenever you are login into bot runner vdi (no need to sign out, disconnect just execute below script)
--- Save file As DisconnectRDP_Lock.bat-------
for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (
%windir%\System32\tscon.exe %%s /dest:console
)
rem Rundll32.exe user32.dll, LockWorkStation
Hi @s 9425 ,
Please check the below article.
https://apeople.automationanywhere.com/s/article/Automation-360 which might helps to resolve your issue.
Hi, I can’t access the link can you send the solution in text here, or an alternative link.
Thank you
Hi @s 9425 ,
Please check the below article.
https://apeople.automationanywhere.com/s/article/Automation-360 which might helps to resolve your issue.
Hi, I can’t access the link can you send the solution in text here, or an alternative link.
Thank you
Have you solved this issue? It happens to us as well (using A360 Cloud)