NT Password Recovery Tool

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
spacerat007
Posts: 1
Joined: Mon May 05, 2008 4:51 pm

NT Password Recovery Tool

#1 Post by spacerat007 » Mon May 05, 2008 4:55 pm

Hello World,

first of all, the UBCD is a great thing, second .. i want to implement this

http://home.eunet.no/~pnordahl/ntpasswd/cd070927.zip

More Info: http://home.eunet.no/~pnordahl/ntpasswd/

Its an NT Password Recovery Tool, but i cant figured out how to get it work! Anybody able to managed this and can post HOW it works? I know, there is an old version on the ubcd itself!

Would be great ;)

Greetings

Spacerat

The Piney
Posts: 370
Joined: Mon Apr 30, 2007 11:06 am
Location: FL

#2 Post by The Piney » Mon May 05, 2008 9:40 pm

There is a post on this already from (I believe kof94) but can't seem to find it now. If I find it I'll post a link.

You can use the search tool and find it, but a few posts pop up so it may take a bit of hunting to find the exact posts...

I created a separate ntpwd.cfg file:

===============================================
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/filesys4.cfg
LABEL ntpwd
MENU LABEL Offline NT Password & Registry Editor 070927 (default)
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz
LABEL nousb
MENU LABEL Skip Loading USB devices
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz nousb
LABEL nodrivers
MENU LABEL Skip Loading SCSI devices
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz nodrivers
LABEL irqpoll
MENU LABEL IRQ Error Fix (some devices)
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz irqpoll

=============================================

edited filesys4.cfg offline section with:

LABEL offline
MENU LABEL Offline NT Password & Registry Editor 070927
KERNEL menu.c32
APPEND /menus/ntpwd.cfg

in place of current/original

============================================

Under ubcd/boot create a directory ntpwd and extract the following files from the ISO image into this directory..

vmlinuz
initrd.cgz
scsi.cgz

==============================================

I think that's it - if not maybe one of the fine people of the forum can help...

Locked