2009 Oct 12 2009
XP limited user to change the administrator password forgotten
- Limited user account login and make the opening of the command line instead of XP splash screen.
cd c: \ WINDOWS \ system32
mkdir temp
temporary copy logon.scr \ logon.scr
copy cmd.exe temp \ cmd.exe
logon.scr.backup or del logon.scr rename
logon.scr rename cmd.exe
exit
- After restarting the computer screen to change your password Perform the command line will face.
net user [Admin User Name] [yeni_sifre]
- Once you have finished changing the password on your computer 'to change the former case we get for the opening.
cd c: \ WINDOWS \ system32 \ temp
copy * "c: \ WINDOWS \ system32"
- When we started the new administrator password, the computer will be working again.
