Browse Source

Update 'README.md'

master
Joshua Pickard 2 years ago
parent
commit
da212565c9
  1. 7
      README.md

7
README.md

@ -268,6 +268,13 @@ In `secpol.msc`, add a "New Software Restriction Policies", with the path rule `
## Get Interface MAC Easy ## Get Interface MAC Easy
`getmac /v` `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 ## Batch rename extensions
`ren *.* *.jpg` `ren *.* *.jpg`

Loading…
Cancel
Save