Jump to content

Kr4mer

Members
  • Posts

    7
  • Joined

  • Last visited

Kr4mer's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Ok, now the script open RDP properly,Second task is launch some application in RDP desktop, I'm trying use ShellExecuteWait("notepad.exe") and Run("notepad.exe") but it works in my local desktop not in RDP window. How can launch the applications in RDP? Thanks
  2. Actually that works properly even only using Send() function even thought the real problem is regarding password. Password changes every 24hrs and uses special chars, I'm able to write the password in Notepad but i can't put the password exactly on RDP password input, the script puts other characters.For instance: notepad:Tfr*~afrMDA-FIQDstDTPDCXMQQv3Z RDP password input:tfrmda;-FIQDstDTPDCXMQQv3Z It has not sense, even I have tried to change other keyboard language and also your other suggestion
  3. Hi there, I'm still stuck with this.I'm able to send the text exactly to Notepad (using Chr) but trying to replicated into RDP inputs unsuccessfully. What is the correct way to manage TscShellContainerClass? I'm trying to send the text using ControlSend but I don't have any ControlID to do that. Or is there any other alternative to interact with RDP input windows? Thanks
  4. I am able set the text using Send function but I have some problems seems with keyboard layout when I try send a password like this Tfr*~afr using Send but the input sent is all chars in lowcase and special chars wrong.I have tried to set different keyboard layout and set Raw option=1 with same result.This issue happens in RDP textbox windows not in my local apps (In Notepad works ok). Even I can´t access to RDP textbox using the details from AutoIt Windows Info: I also tried what I found out in other related post, but doesn´t work. Is there any way to send exactly text to RDP inputs? thanks for your help
  5. Actually, I'm starting off using this tool and learning the code following the help guide, I'm able to make the RDP connection (I have used the example code And now I'm here in this view I would like to click enter (or moving the cursor to OK button) And Finally enter the user/pass again in order to access remote desktop and click there some icons I'm trying to reach out this window using this code: Local $hWnd = WinWait("[CLASS:TscShellContainerClass]", "XXX.XX.XX.XXX - Remote Desktop Connection", 10) ControlClick($hWnd, "", "OPContainerClass") And I'm using the AutoIT window info to get controls info: I'm not really sure if is possible to do something like that with this tool.Any idea suggested? Thanks
  6. Hi there, Im trying to reach out some rdp control by using autoIT but I dont see anything related in youtube .My question is there any way to interact with the remote desktop shortcuts and so on? Is there any example that you could share with me? Thanks
  7. Hi everyone, I am able to open rdp session using some script example I found out in forum . After first login I have to enter the credentials again Is there any way to set this textbox with the user and password and finally interact with the remote desktop icons? I appreciate examples related many thanks
×
×
  • Create New...