statik Posted May 21, 2010 Posted May 21, 2010 is their a way to change a local windows user account password in AutoIt?
PsaltyDS Posted May 21, 2010 Posted May 21, 2010 You can run a "NET USER" command line or use the WMI COM interface, assuming you have the permissions to do it in the first place. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
statik Posted May 24, 2010 Author Posted May 24, 2010 it worked. thanks. this is what I used: ShellExecuteWait("net", "user USERNAME NEWPASSWORD") AngeloHu 1
chong Posted May 24, 2010 Posted May 24, 2010 I'm a newbie for autoit script.thanks for your sharing code. Try to face everything troubles you.nothing is impossible!
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