Possible Duplicate:
Windows: How to reset the administrator password?
I have a Windows XP VMWare Fusion image whose admin password is not known. How can I reset or recover the password?
Possible Duplicate:
Windows: How to reset the administrator password?
I have a Windows XP VMWare Fusion image whose admin password is not known. How can I reset or recover the password?
My solution was to boot the XP vm via a Linux system rescue disk and clear the password using the tools provided therein. Here are the steps:
When presented with the /root % prompt, execute the following commands to clear the admin password:
Mount windows:
% ntfs-3g /dev/sda1 /mnt/windows
Change password (and confirm):
% cd /mnt/windows/WINDOWS/system32/config
% chntpw SAM
Exit Linux:
% halt
Your password should now be cleared. Undo the changes you made in steps 2-4 and restart the vm.
I've found the best (simplest) solution is to use the Offline NT Password & Registry Editor. Despite its name, it works just fine on XP. For clearing the Administrator password on an XP machine, it's as simple as booting the ISO in your VM and following the prompts. For the majority of the prompts, you'll just be taking the defaults. The ISO is here and you'll be wanting cd100627.zip. The article above includes complete step-by-step instructions and screenshots. What I like best about this solution is that you're not required to enter any commands; It's completely prompted. Very easy.