Tag: Log in xp command prompt
Forgotten XP limited user to change the administrator password
by admin on Oct.12, 2009, under win
- Limited user account login and make the opening of the command line instead of XP splash screen.
cd c: \ WINDOWS \ system32
mkdir temp
logon.scr copy temp \ logon.scr
copy cmd.exe temp \ cmd.exe
logon.scr.backup or del logon.scr rename
rename cmd.exe logon.scr
exit
- After restarting the computer, follow the process of changing the password on the command line will face.
net user [Admin User Name] [yeni_sifre]
- Once you have finished changing the password, if bilgisayarımızın for the opening of the old take back our change.
cd c: \ WINDOWS \ system32 \ temp
copy * "c: \ WINDOWS \ system32"
- Restart the computer will be running when we started our new administrator password.
