lonethouts.blogspot.com

Sunday, January 1, 2017

How to Change a Computer Password Using Command Prompt

A command prompt is a command you issue to your computer using a built-in program. To change a computer password using Microsoft Command Prompt, follow these instructions. 1. Open command prompt: To do this just click or press the windows start button on your PC and type in command prompt...then click the command prompt icon when it shows or hold the windows start button and press R to open the windows run menu then type in cmd to open command prompt 2.To change a user's password at the command prompt, log on as an administrator and type: net user user_name * /domain When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.

Alternatively, you can type the following command: net user user_name new_password When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.

Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password

Steps

  1. Image titled Change a Computer Password Using Command Prompt Step 1
    1
    Reboot the computer
  2. Image titled Change a Computer Password Using Command Prompt Step 2
    2
    Right after the bios is finished, hit F8 (or F2,F10,F12)
  3. Image titled Change a Computer Password Using Command Prompt Step 3
    3
    Select 'Safe mode' or 'Safe mode with networking support'
  4. Image titled Change a Computer Password Using Command Prompt Step 4
    4
    Windows will boot up to the login screen. Click administrator, 9/10 there is no password.
  5. Image titled Change a Computer Password Using Command Prompt Step 5
    5
    Open Command Prompt. You can go to Start > Run and type cmd.exe or simply search for cmd using the Windows search function.
  6. Image titled Change a Computer Password Using Command Prompt Step 6
    6
    Type net user and press Enter. This will bring up a list of user accounts. Look here for the name and exact spelling of the account whose password you wish to change.
  7. Image titled Change a Computer Password Using Command Prompt Step 7
    7
    Type net user name goes here *. Do not neglect any of the spaces (particularly the one before the *) or the command won’t work.
  8. Image titled Change a Computer Password Using Command Prompt Step 8
    8
    Press Enter. Once submitted, the command will give you the option of typing a new password for the user.
  9. Image titled Change a Computer Password Using Command Prompt Step 9
    9
    Carefully type the desired password and press Enter. The characters will not display as you type, so make sure the Caps Lock isn’t on and be very thorough with the spelling and punctuation.
  10. Image titled Change a Computer Password Using Command Prompt Step 10
    10
    Retype the password to confirm. This should weed out any typos.
  11. Image titled Change a Computer Password Using Command Prompt Step 11
    11
    Press Enter. The new password should go into effect immediately. If you get an error message or your access is denied, the account you’re working on doesn’t have high enough authorization to change any passwords. See Tips for possible solutions.

0 comments:

Post a Comment