There are a couple of things you need to take care of while working
- make sure you have Auto Login enabled in the Options of the AA Client under Login Settings.
- make sure your credentials there are correct. If there is a legal disclaimer, you'll need to use that bypass checkbox.
you may need to run a batch file to forcibly log yourself off If you use remote desktop to access your bot runners so that Control Room can connect through its RDP to the bot runner.
it might look something like this :
for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (
%windir%\System32\tscon.exe %%s /dest:console
)
Rundll32.exe user32.dll, LockWorkStation