Jump to content

Autoit escape RDP window?


Recommended Posts

Hello

 

I have a keyboard with programmable keys that I can use to run autoit scripts. I created two AutoI scripts, one sends ctrl+win+right to go to the next virtual desktop, and the other is ctrl+win+left to go back a virtual desktop. Both work fine until I have an RDP session in one of them. In fact,  it is an Enhanced session connection to a Hyper-V VM, but it's pretty much the same as an mstsc rdp session.

I modified the scripts to use the same keystrokes I can successfully do manually. 

   Ctrl+alt+left     and then   ctrl+windows+left.

While that does work manually,  I cannot get it to work in AutoIt. The Ctrl+alt+left is meant to escape the RDP session,  but AutoIt does not seem to be able to perform that function,  and I cannot figure out why. 

I also looked in to trying to use some of the Windows API methods to directly swap to a different virtual desktop, but couldn't get that to work. 

I don't ever need Autoit scripts to work Inside the RDP session,  just in the host,  including escaping from the RDP session control.

Any help greatly appreciated. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...