Hack Admin password in Windows XP from normal User

You only have access to a computer with a normal user right and that makes you frustrated whenever you need to install or use a program. This tutorial will help you get frustrated by 'hacking' your Admin password without using any third party software.

You only have access to a computer with a normal user right and that makes you frustrated whenever you need to install or use a program.This tutorial will help you get frustrated by "hacking" your Admin password without using any third party software .

Note : This method does not apply to NTFS drives

- Go to Start > Run type cmd command and press Enter . The command window will open and enter the following commands correctly:

cd go back to the cdwindowssystem32 root directory into the system32 mkdir hackdir directory, create the hackdir copy logon.scr folder hackdirlogon.scr to back up the logon.scr file to the hackdir copy directory cmd.exe hackdircmd.exe back up the cmd.exe file to the directory hackdir del logon.scr deletes the logon.scr file from the original copy hackdircmd.exe logon.scr backing up the cmd.exe file in the hackdir directory back to system32 and renaming to logon.scr exit to close the command window

- Then restart the computer.

With the above commands, you have changed the file to run the normal Windows Welcome interface with the command to launch the Command Prompt window program with the system rights, not any user rights. So at this command window you can proceed to change the password of the Admin account on the machine.

After restarting the computer, instead of the Welcome screen, you will see a command prompt window appear.

Here you can proceed in 1 of 2 ways:

Method 1: Change the available Admin account password

At the command window one of the following commands can be used:

net user changes the administrator account password with a new password or
net user clears this account's password

For example : net user Administrator 123 these commands change Administrator account password to 123.

Method 2: Add a new account with Admin rights

At the command window, type the following commands in turn:

net user / add add an account with the name and password corresponding to the net localgroup Administrators / add put the newly created account into the admin group

So through these two ways, you can log in to the account you just created or use the newly modified password of the Administrator account to log in to the computer with the highest administrative rights.

Important : Don't forget to copy the files in the hackdir folder back to the system32 directory so that your system works again as usual.

3.9 ★ | 31 Vote