Fix Computer Online Help

Net User Change password

If you are somehow familiar with this command net user change password, you should be somehow familiar with command prompt and yet, you are not sure the exact command to do so.

To change password for a user, in 1 minute

  1. As required. open command prompt in admin mode. If you are not sure how to, read the link Open Command Prompt in As Fast as 3s
  2. Open command prompt is running in Administrator mode, type “net user
  3. command prompt net user all users in computer

     

  4. A list will open up, showing you all the available users in computer.
  5. I will be using the user “test123” as an example, as shown in the list.
  6. To change the password for the user, type in “net user test123 password”
  7. And this will change the existing password to “password

You may simple change the “test123” to whichever account / username that you wish to edit the credential. And replace “password” with your own desired password.

Another example, if you type “net user MyAccount MyNewPassword” and it will change the password for MyAccount to MyNewPassword

** Take note that it is case sensitive for password.

** the user account has to be the same as what is listed when you type “net user” in step 2

Exit mobile version