diff --git a/README.md b/README.md index 081192d..7716b29 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,13 @@ In `secpol.msc`, add a "New Software Restriction Policies", with the path rule ` ## Get Interface MAC Easy `getmac /v` +## Remove Password Expiration +`wmic UserAccount where Name="user name" set PasswordExpires=True​` + +or all accounts: + +`wmic UserAccount set PasswordExpires=False​` + ## Batch rename extensions `ren *.* *.jpg`