xoail Posted April 14, 2020 Share Posted April 14, 2020 Does AutoIt work on RDP sessions? I am trying to send text to an active window (notepad) on a Remote Desktop session (Win 10) but no luck. Is there a work around to this? AutoItX3 auto = new AutoItX3(); Thread.Sleep(3000);//allows me to point my cursor on an active notepad in RDP (Win 10) auto.Send("Test sending text"); //works on all apps except 1 program Thank you! Link to comment Share on other sites More sharing options...
Developers Jos Posted April 14, 2020 Developers Share Posted April 14, 2020 Same script different purpose? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
xoail Posted April 14, 2020 Author Share Posted April 14, 2020 28 minutes ago, Jos said: Same script different purpose? Yes. It's same script realize its not working on RDP session hence trying to troubleshoot. Link to comment Share on other sites More sharing options...
argumentum Posted April 14, 2020 Share Posted April 14, 2020 1 hour ago, xoail said: Does AutoIt work on RDP sessions? The clear way to understand this would be: Treat the RDP screen as a BMP graphic. There is no "access to the controls of the remote as controls", but as an image. If you wanna do something on the remote session like "access to the controls of the remote as controls", you'll have to run from within that PC/session. There is no way around that, that I have ever seen, anywhere. I hope this post save you time into looking for a way to get it done, as there is none. SOLVE-SMART 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now