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:
UserAccount where PasswordExpires=TRUE set PasswordExpires=FALSE