Check out this method for retrievingforgotten Windows passwords via Linux.
I works on Windows XP and Vista (not yettested on Windows 7).
Ingredients: one Linux live CD (that auto mounts Windows partitions – e.g. Ubuntu, Backtrack, Fedora, openSUSE).
Save the .iso and burn it to a disc.
Boot from the CD and follow these instructions (assuming your areusing backtrack, but should be similar for other Linux distributions):
I works on Windows XP and Vista (not yettested on Windows 7).
Ingredients: one Linux live CD (that auto mounts Windows partitions – e.g. Ubuntu, Backtrack, Fedora, openSUSE).
Save the .iso and burn it to a disc.
Boot from the CD and follow these instructions (assuming your areusing backtrack, but should be similar for other Linux distributions):
- Open a Linux terminal and enter the following commands:
- cd /mnt
- ls (make a note of the folders listed here. You might need them in the next step.)
- cd sda1/Windows/System32/ (If this doesn’t work you might have thewrong hard drive: try replacing ’sda1? with sda2, hda1, or hda2)
- mv utilman.exe utilman.old && cp cmd.exe utilman.exe
- reboot (and remove the CD)
- Once rebooted, at Vista or XP log in screen, press the Windows key+ U to run CMD with system privileges. Replace the username below withone of your choice – it must not already exist!
- c:\ net user username mypassword /add
- c:\ net localgroup administrators username /add
- Log in with the new admin account!
Thanks..
0 comments:
Post a Comment