SlowCoder74 Posted June 8, 2012 Posted June 8, 2012 (edited) I wrote a security tool that reads the autologon keys within HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon. The values are DefaultUsername, DefaultPassword, DefaultDomainName, AutoAdminLogon and ForceAutoLogon. It works great in WinXP, but not in Win7. So, I found Wow6432Node and added the values there and it reads from there. But that doesn't fix the problem. I deleted the values from the non-Wow6432Node path, and Win 7 no longer auto-logs in. Therefore, I'm stuck ... 1. It seems I can have Win 7 auto-login, but not be able to read the values. or 2. I can change the values in Wow6432Node, but Win 7 ignores them. What are my options? Edited June 8, 2012 by SlowCoder74
SlowCoder74 Posted June 8, 2012 Author Posted June 8, 2012 I found some information that may be the answer, but how to implement in AutoIT? http://msdn.microsoft.com/en-us/library/aa384129%28v=VS.85%29.aspx
JFX Posted June 8, 2012 Posted June 8, 2012 Just add a 64 to main key, see the helpfile --> RegRead remarks
SlowCoder74 Posted June 8, 2012 Author Posted June 8, 2012 Just add a 64 to main key, see the helpfile --> RegRead remarksThat worked a gem. Thanks!
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