Open Multiple RDP Sessions which has acceptance page to click OK

Open Multiple RDP Sessions which has acceptance page to click OK

avatar

Open Multiple RDP Sessions which has acceptance page to click OK

I want to open 20 RDP sessions which works, but each page has a user acceptance screen where we have to click OK, before getting to login screen.
If you do not click OK button on time, the RDP session disconnects.

Any idea how how I can over come this?

All Comments (2)

avatar

Hello,

The OK button could be clicked with our typing macro integration.

In the session properties -- events -- After Open -- Typing Macro.

I test with {TAB}{ENTER} for my server and it works fine, you can also test only {ENTER}.

Maybe you will have to fiddle with the Initial Wait in order to leave enough time to the session to establish itself and the prompt to appear.

As always, when you know there's a macro on a session, use your favorite way to launch it, then let go of everything until the macro completes ;). It does send keyboard commands and you want them to be performed in the desired session, not in your navigation tree view.

Best regards,

David Grandolfo

RDP_Enter.png

avatar

Thanks that works brilliantly