aisc Posted November 11, 2009 Posted November 11, 2009 I would like my autoit script to kick off when I reboot my computer - i.e. when I see the Windows login prompt. Is there a way to have it automatically log into Windows 2000 and then continue? I obviously know my own password, and sure it's not a GREAT idea to have that in my script, but I'm willing to live with that concern. Maybe there's just a simple way to bypass the login completely... but that's probably a little more risk than I want, since I assume it means allowing no password for a user - seems extra susceptible to worms, etc. Thanks, aisc
PsaltyDS Posted November 11, 2009 Posted November 11, 2009 Google "Auto Admin Logon" for about 800,000 hits on how to do this. Hint: Set some registry values. 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
aisc Posted November 11, 2009 Author Posted November 11, 2009 Google "Auto Admin Logon" for about 800,000 hits on how to do this. Hint: Set some registry values. Sweet. That looks like what I was trying to do. Wasn't sure what to search for. Thanks.
PsaltyDS Posted November 12, 2009 Posted November 12, 2009 Sweet. That looks like what I was trying to do. Wasn't sure what to search for. Thanks.Glad it helped. Remember to clear those reg values after the login or your plain text credentials will be left there for all to see. 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
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