1

How can I change or erase the Windows XP password from Ubuntu Live (11.04) booted on the PC in question?

I reckon it should be possible, at least it is possible to do so to another Ubuntu installation, but I never knew how to do it to Windows XP.

Frantisek
  • 1,936

1 Answers1

3

In Fedora I used chntpw to wipe out the Windows administrator password. For example:

chntpw -i /media/WindowsXP/WINDOWS/system32/config/SAM
ghm1014
  • 301