autoShirit1981 Posted March 8, 2013 Posted March 8, 2013 Hi, I am new to AutoIt and I need help regarding AutoIt script for Windows authentication. The below code works when my laptop is not locked. But when it is locked, the program can't hit the enter button of the authentication window. Please help me to resolve this. AutoItSetOption("WinTitleMatchMode","2") WinWait("Authentication Required") $title = WinGetTitle("Authentication Required") ; $UN=WinGetText($title,"User Name:") ControlSend($title,"",$UN,"user1{TAB}"); $PWD=WinGetText($title,"Password:") ;Send("{TAB 1}") ControlSend($title,"",$PWD,"pass{ENTER}"); Thanks, Shirshendu
PlayHD Posted March 8, 2013 Posted March 8, 2013 (edited) Hey. Welcome to Autoit forum:). First to all please check Forum Rules .Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects:Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc.You are free to make any apps to Auto-Login, Brute Forceing, etc. , but not ask for suport ... Edited March 8, 2013 by PlayHD My UDF : _WinShake, _WinSplitMy Apps : Google Guitar Bot, PuzzleGameDesign Gui : Interesting Tabs Design, RBox Project (abandoned), Animated Gui on Exit
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