Stop user account from expiring

To disable password Expiration:

In CMD type the following:

wmic path Win32_UserAccount where Name='username' set PasswordExpires=false

(Replace username with the username of the account, for example:)

wmic path Win32_UserAccount where Name='Cultrix' set PasswordExpires=false

 

Have more questions? Submit a request

Comments