Change password from the command line

net user <username> <password>
Or if you want to hide the password and enter it at a prompt
net user <username> *

Leave a Reply