# on cmd as admin, execute following net user Admin jupiter net user Teacher unison net user unisonuser JgNyMYpqk wmic path Win32_UserAccount where Name='Admin' set PasswordExpires=false wmic path Win32_UserAccount where Name='Teacher' set PasswordExpires=false wmic path Win32_UserAccount where Name='unisonuser' set PasswordExpires=false # test with net user Admin | findstr /C:expires # russian net user Admin | findstr /C:Действие