MontgomeryMinds
Well-known member
- Local time
- 5:39 PM
- Posts
- 8
- OS
- w10
As in this post on sister site tenforums:
www.tenforums.com
I can confirm that on Windows 11 Home (The "Home" version of 10/11 doesn't have
Turns off for all.
I did not try, but am assuming these also work for specific usernames:

Enable or Disable Password Expiration for Local Accounts in Windows 10
How to Enable or Disable Password Expiration for Local Accounts in Windows 10

I can confirm that on Windows 11 Home (The "Home" version of 10/11 doesn't have
lusrmgr.msc
aka local user manager aka Local Users and Groups) the command line (option 2) still works:
Code:
wmic UserAccount set PasswordExpires=False
Turns off for all.
I did not try, but am assuming these also work for specific usernames:
Code:
wmic UserAccount where Name="user name" set PasswordExpires=False
wmic UserAccount where Name="user name" set PasswordExpires=True
Last edited:
My Computer
System One
-
- OS
- w10