Answer the question
In order to leave comments, you need to log in
Why is the user parameter not being set?
I create a user:
net user test 123 /passwordchg:no /expires:never /add
Answer the question
In order to leave comments, you need to log in
Because this parameter changes the Account Expires field. To set password parameter use
wmic useraccount where "name='username' " set passwordexpires=false
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question