tslug Posted August 26, 2010 Posted August 26, 2010 (edited) I've tried this every way I can think of. Uncheck the Password Expiration "Enable" box in nLite or check it and set the expiration days to "0 for never." Either way it still expires, and if you go into advanced local user management after Windows loads, the box for Password Never Expires is unchecked. Anybody figured out an automated fix for this? Others must be seeing this too?Thanks,tslug Edited August 26, 2010 by tslug
johnhc Posted August 27, 2010 Posted August 27, 2010 I've tried this every way I can think of. Uncheck the Password Expiration "Enable" box in nLite or check it and set the expiration days to "0 for never." Either way it still expires, and if you go into advanced local user management after Windows loads, the box for Password Never Expires is unchecked. Anybody figured out an automated fix for this? Others must be seeing this too?Thanks,tslugtslug, without a Last Session, we have no chance of responding. Please attach your Last Session.ini and _u.ini files. The _u.ini contains private data (CD Key, PWs, etc), so please obscure those parts. My PW does not expire. Enjoy, John.
DJPro Posted August 27, 2010 Posted August 27, 2010 (edited) @tslugYou can make a workaround with a vbs file you can execute after or during windows install.Example:strComputer = "."strUser = "Owner"Set User = Getobject("WinNT://" & strComputer & "/" & strUser)Flags = User.Get("UserFlags")User.put "Userflags", flags OR &H10000user.setinfoSet User = nothingNOTICE : you have to change "Owner" with the username you use.Greetings , DJPro Edited August 27, 2010 by DJPro
Guest Posted August 27, 2010 Posted August 27, 2010 Maybe relevant? I've personally never had a password expire with both the built in admin and a separate admin I created. I set mine with Password expiration checked and 0 days (infinite)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now