Vista、7、8 のログイン画面には左下、10 なら右下電源ボタンの隣に
「コンピューターの簡単操作」というボタンがあり、クリックすると Utilman.exe が起動します。
それを cmd.exe に置き換えてしまえば管理者権限のコマンドプロンプトが起動するので
net user コマンドでパスワードをリセットできます。
Utilman.exeを変更作業
cp /Windows/System32/Utilman.exe /Windows/System32/Utilman.exe.bak cp /Windows/System32/cmd.exe /Windows/System32/Utilman.exe
ユーザ一覧確認
net user
ユーザ情報確認
net user ユーザ名
パスワード変更
net user ユーザー名 パスワード
例: Administatorのパスワードを「asdqwe123ZXC」に変更
net user Administrator asdqwe123ZXC
基本は同じ、DVDから起動する方法
http://level69.net/archives/752