How to turn off password expiration in Windows 7?
Monday, 19. September 2011
My computer said that my password was about to expire. I don’t know why. What should to do for this case? It’s a HP notebook running on Windows 7.
Windows 7 allows incorporates built-in features to make your password expire after a specified period of time. This is one way to help keep your computer more secure, because it forces you to periodically create a new password. In this case, you can change your password or disable password expiration for your Windows 7 computer listed as below.
1. Go to Start, enter “lusrmgr.msc” in the text search box and hit Enter. It will bring up the local users and groups window.
2. Expand the User folder in the left pane to display all the user accounts on the computer.

3. Double-click the name of the user account that you want to enable or disable password expiration for.
4. Check the box next to “Password never expires” and click OK.

Aside from the procedures listed below, you can also use the command prompt to disable password expire in Windows 7. Open command prompt and run it as administrator, then type the following command, then press Enter.
wmic path Win32_UserAccount WHERE Name=’username‘ set PasswordExpiries=false
Note: ‘username’ in the command refers to your target user account name.
One more tip: Please remember to create a Windows password reset disk for the user account to in case that you may forget its password in future.










