Jump to content

Inputting text into a Windows Security field


Go to solution Solved by DW1,

Recommended Posts

I am trying to input a username and password into a windows security field:

ShellExecute("MYNETWORKLOCATIONfolder")
Sleep(20000)
Send("username_here")
Send("{TAB}")
Send("password_here")
Send("{ENTER}")
 
The field opens up with the cursor by default in the username field but the text doesn't input. What am I doing wrong?
 
BzRg1F3.png
 
 
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...