====== Disable password expiration in Windows 7 Home Premium ====== It looks like admin accounts in Windows 7 Home Premium have password expiration set on. However, Windows 7 in Home Premium edition does not have a GUI tool to remove it. There is, however, a command line tool which allows to do it over Windows Management Instrumentation – its name is wmic. If you want to remove password expiration do the following: - Click on Start button. - Type wmic - Right click listed program wmic and “Run as Administrator” - Now paste this commmand:UserAccount where PasswordExpires=TRUE set PasswordExpires=FALSE - Confirm change for each account with password expiration. See [[https://brablc.com/2012/01/30/disable-password-expiration-in-windows-7-home-premium/|Disable password expiration in Windows 7 Home Premium]]