12/1/15

Disable Windows Password Expiration

This is a handy tweak to remove the Windows password from resetting. You will have to have administrative rights and it's best when done using the command prompt. If everything is successful you will get a successful message in DOS after hitting enter. To be done for all user's on a computer that has a user password.

Info


CMD prompt code:
wmic path Win32_UserAccount where Name='username' set PasswordExpires=false