Tuesday, November 28, 2006

Reset your XP/2003 password

1. In default, windows XP installation leave administrator account's password as empty, you can try to restart computer to comtrol console and login as administrator. In windows XP, press CTRL+ALT and DEL twice to force to show default login screen.

2. Use ERD Commander 2005 , which is part of winternals's Administrator's Pak. Here it is a flash movie showing how to reset any password on local accounts on your PC including administrators.

3. In windows 2000, deleted "SAM" file under "\System32\Config" folder may allow you to login in with empty password. But this may result a system failure in windows xp and 2003 and cause the system been locked.

4. In windows 2000, if you have access to DOS, changed "logon.scr" under "\System32" to some other file name, and changed "cmd.exe" to "logon.scr", after reboot and wait several minute, you will bring to DOS screen where you can use "net user username userpassword/add" then "net localgroup administrators username/add" command to add a user. But in windows xp (sp2) and windows 2003, you do not have sufficient privilege to run "net user".

5. Use windowskey (part of "Passware Kit Enterprise") published by LostPassword.com.
It requied you burning a floppy driver disk. Then boot computer with windows xp setup cd and press F6 to load third party driver from floppy disk. This will reset administrator password to 12345.

6. Use DreamPackPL to create a bootable CD. Use this CD to boot computer and goto concole,
cd c:\windows\system32
ren sfcfiles.dll sfcfiles.lld
copy H:\i386\pinball.ex_ sfcfiles.dll
Here H is the CD. Then restart computer.

7. sysLinux. Download a image from here and burn it. Then load it up, it will start linux, then following these steps
  1. Disk select, tell which disk contains the Windows system. Optionally you will have to load drivers.
  2. PATH select, where on the disk is the system?
  3. File select, which parts of registry to load, based on what you want to do.
  4. Password reset or other registry edit.
  5. Write back to disk (you will be asked)
8. Startup scripts: Try to make access to the hard disk,

Create a bat file "admin.bat" under "C:\windows\system32\GroupPolicy\MachineScripts\Startup":
net user username userpassword/add
net localgroup administrators username/add
Create script file "scripts.ini" under "C:\windows\system32\GroupPolicy\MachineScripts":
[Startup]
0CmdLine=admin.bat
0Parameters=

Then reboot the computer.

9. Take out the dard disk and mount to another windows XP. Try to copy the "SAM" file under "\System32\Config" and run L0phtCrack or SAMInside to decrypt. Another way is overwrite this file with the SAM file from "\WINDOWS\repair\sam" folder will reset administrator to empty.

10. Some system tools:
Some other information about password recovery
323个精品小工具软件合集下载
CMOS Password Reset
Hiren's BootCD 8.6
BartPE

Windows7 USB DVD Tool

Format the thumb drive
  1. from a DOS prompt execute: diskpart
  2. list disk
  3. select disk 1 (assuming disk 1 was your thumb drive in the above list disk command)
  4. clean
  5. create partition primary
  6. select partition 1
  7. active
  8. format fs=fat32
  9. assign
  10. exit
Make the Drive Bootable
  1. Insert your Windows Vista / 7 DVD into your drive.
  2. Change directory to the DVD’s boot directory where bootsect lives:
    d:
    cd d:\boot
  3. Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
    bootsect /nt60 g:
Use slmgr.vbs to change SN

导入KEY
C:\>slmgr.vbs -ipk *****-F8XX6-YG69F-9M66D-*****

导入证书
C:\>slmgr.vbs -ilc d:\hp.XRM-MS

看看是否成功啦
C:\>slmgr.vbs -dlv

Create the junction in NTFS:
mklink /J C:\Users\UserName D:\Users\UserName

No comments: