|
|
|
@ -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` |
|
|
|
|
|
|
|
|