From da212565c99e0e25c3d1739e96a7d78f4271a24e Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Wed, 17 Apr 2024 18:45:59 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`