MSFN Forum: Adding the NT password remover... - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adding the NT password remover... Rate Topic: -----

#1 User is offline   Nakatomi2010 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 381
  • Joined: 28-June 05

Posted 11 October 2005 - 10:36 AM

http://home.eunet.no...rdahl/ntpasswd/

This is a little utility I use to emove the passwords from NT based machines, was wondering how I incorporate it into the DVD using CD Shell and/or Easy CD Boot (Preferrably CDshell for now, but I may change it in future to Easy Boot, right now this NT thing is the only thing left I need before I call my DVD "Version 1", so...

It's basically a version of Linux, annd I don't know how to trigger it...


#2 User is offline   Bas 

  • I. V.
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 02-July 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 October 2005 - 12:04 PM

For EasyBoot

Download cd version
Extract boot file from iso image with ultraiso to EZBOOT folder (example name: bootfile.bif)
Copy all files from iso to root of your AIO DVD
In EasyBoot use this command "bootinfotable;run bootfile.bif" (without "")

[DVD Root]
--[EZBOOT]
-----bootfile.bif
--VMLINUZ
--ISOLINUX.BIN
--ISOLINUX.CFG
--BOOT.MSG
--BOOT.CAT
--INITRD.GZ

This post has been edited by Bas: 11 October 2005 - 12:06 PM


#3 User is offline   Nakatomi2010 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 381
  • Joined: 28-June 05

Posted 11 October 2005 - 12:50 PM

And for CDShell?

#4 User is offline   Bas 

  • I. V.
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 02-July 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 October 2005 - 03:07 AM

View PostNakatomi2010, on Oct 11 2005, 08:50 PM, said:

And for CDShell?

Sorry, can't help you with that. :( (Never used it)

This post has been edited by Bas: 12 October 2005 - 03:07 AM


#5 User is offline   Jotnar 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 09-January 04

Posted 12 October 2005 - 01:01 PM

if $lastKey == key[?]; then isolinux /vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0


Cheers

#6 User is offline   Nakatomi2010 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 381
  • Joined: 28-June 05

Posted 12 October 2005 - 02:24 PM

Does the above mean I need to put the files in the root of the drive, or can I get away with:
if $lastKey == key[?]; then isolinux \NTPASS\vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0


???

#7 User is offline   Jotnar 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 09-January 04

Posted 13 October 2005 - 10:59 AM

You can put them wherever you want. Although it would look something like this:

if $lastKey == key[?]; then isolinux /NTPASS/vmlinuz rw vga=1 init=/linuxrc initrd=/NTPASS/initrd.gz root=/dev/ram0 source=/dev/cdrom/0


Be sure to change the ? to an actual key.

Cheers

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy