I would like any remote connection (to Windows 10 remote hosts) to open a command window after the connection is made. How can you do this?
Hi Mike,
do you want to open the command window in the remote session or locally where Royal TS is running?
Regards,
Stefan
in the remote session.
Assuming you are referring to RDP, it’s not possible as there’s no API or support in Microsoft’s RDP protocol stack to do something like this. You could try to leverage key sequence tasks but this is kind of fragile and dangerous because if you move away the focus from Royal TS, you type the commands somewhere else. I don’t really recommend to do that using key sequences.
Understood; thanks!