What if the XP operating system forgets the password? (1)

  

Many friends will encounter the Windows XP operating system forgot the password. Although it is not a big deal, sometimes it is eaten by mistake. Here are a few ways to tell everyone.

Method 1:

(1) Start the computer and use the DOS boot disk (for example: Windows98 boot disk) to enter the pure DOS state.

(2) At the DOS prompt, follow the steps below:

cd\\(switch to the root directory)

cdwindows\\system32 (switch to the system directory)< Br>

mkdirtemphack(create temporary folder)

copyLogon.scrtemphackLogon.scr(backup Logon.scr)

copycmd.exetemphackcmd.exe(backup cmd.exe)

delLogon.scr (delete Logon.scr)

renamecmd.exeLogon.scr (rename cmd.exe to Logon.scr)

exit(exit)

( 3) Restart the computer and wait quietly after the login waiting screen appears. If the screen saver time is not modified, the system will automatically start the login screen saver program for about 10 minutes, but since Logon.scr has been replaced by cmd.exe, the system Just start cmd.exe and enter the command line prompt.

(4) At this point, we can use the command: netuserpassword to change the password.

Assuming that a super administrator's account is Admin, and you want to reset the password to admin, you can use the command: netuserAdminadmin to change the password after you press Enter.

(5) Next, do you want to enter the desktop system to see what is on the hard disk? Try entering the Explorer command at the command line prompt. Is it very smooth to enter the Windows desktop?

Small Tips

If you have a normal user account, you can turn it into a super administrator Administrator account with a few changes.

Back up Logon.scr and usermgr.exe, replace cmd.exe in the second step with usermgr.exe, then restart and wait quietly. This is not a command prompt, but a command prompt. User Manager, then we have the authority to add ourselves to the Administrator group.

Copyright © Windows knowledge All Rights Reserved