Use the net user command to restore the System Login User Password

Source: Internet
Author: User
Tags net command

If you have installed a Windows XP operating system and accidentally forgot the system logon user's "***" password, you can run the net command to solve the problem:
The "Net user" command is provided in Windows XP. This command can be used to add or modify user account information. The syntax format is as follows:

Net user [username [Password | *] [Options] [/domain]
Net user [username {password | *}/Add [Options] [/domain]
Net user [username [/delete] [/domain]

If this is a domain controller, enter
Net user administrator your-New-Password/Domain
The following describes how to restore the "***" password of a local user and how to forget the logon password:
1. restart the computer, press F8 immediately after the startup screen appears, and select "safe mode with command line ".
2. At the end of the running process, the system lists the system Super User "Administrator" and the local user "*****" selection menus. Click "Administrator ", enter the command line mode.
3. type the command "Net user ***** 123456/Add" and change the "***" user's password to "123456 ". To add a new user (for example, the user name is abcdef and the password is 123456), enter "Net user abcdef 123456/Add ", after adding the account, run the "net localgroup administrators abcdef/Add" command to promote the user to the system management group "Administrators" and grant it super permissions.
4. restart the computer and select "run in normal mode". Then, you can use the changed password "123456" to log on to the "*****" user.

Advantages: simple and secure.
Disadvantage: you cannot retrieve the passwords of other accounts with Administrator identities. You can only modify the passwords. If you use EFs for encryption, the encryption is damaged and data is lost.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.