muh_faisal_dinniy Posted December 20, 2018 Posted December 20, 2018 Send("{ENTER}") Sleep(3000) Send("Password") If @error Then MsgBox($MB_SYSTEMMODAL, "Excel UDF: _Excel_RangeWrite Example", "Error creating the new workbook." & @CRLF & "@error = " & @error & ", @extended = " & @extended) _Excel_Close($oExcel) Exit EndIf Send("{ENTER}") no need to input username I cannot send password to when windows locked using this script anyone can help me please??
caramen Posted December 20, 2018 Posted December 20, 2018 2 Thing -I cannot send password to when windows locked using this script Repeat in english please. -If you are trying to set @error after "send" it wont check the Excel_BookOpen You have to place it after book open/create My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
muh_faisal_dinniy Posted December 20, 2018 Author Posted December 20, 2018 sorry about error statement you can ignore error statement in script i just want to send password to screen login windows any suggest since i am using guest account not administrator??
IAMK Posted December 20, 2018 Posted December 20, 2018 @caramen He meant "The script can't Send() the password while the windows computer is locked."
Moderators JLogan3o13 Posted December 20, 2018 Moderators Posted December 20, 2018 @muh_faisal_dinniy it appears you are trying to automate the Windows Login screen, which is against our forum rules. I suggest you read them now, and you will see why this thread is locked. Quote Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc. As there may be a language barrier issue; if this is not what you are attempting, please PM me with details on what you are trying to accomplish. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Moderators JLogan3o13 Posted December 21, 2018 Moderators Posted December 21, 2018 @muh_faisal_dinniy This is a perfect example of making things more difficult on yourself than needed. Had you added into your first post above the information that you sent me via PM, the thread would not have been locked. In the future, you need to consider adding as much detail to your questions as possible. For any who would like to help: Quote I will explain you what i want to accomplish I have a script to automation sap and sap in state closed I need to open sap first. i success to open sap until login screen sap The problem is i cannot send enter command statement to automate login inside sap because still in windows login screen Any suggestion for my problem?? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
muh_faisal_dinniy Posted December 24, 2018 Author Posted December 24, 2018 ok @JLogan3o13 it will not happen again
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