	TOOLS TO CHANGE PASSWORD OF A NT USER
	AND TO ACCESS NTFS FILE

June 11, 1999
New: >8 Gb hard disk support.

chntpw 0.90
Let you change password of a user in a NT SAM file. (NOT NT4 SP3 SYSKEY)
Original version : 990307, (c) Petter N Hagen
DOS version : Christophe GRENIER

NTFS Driver 990411
ntcp ntchange ntdir
ntcp	 : read a file on a NTFS drive
ntchange : change a file on a NTFS drive
ntdir    : dir
It is a part of a NTFS driver.
Original version by Martin von Lewis and Regis Duchesne.
DOS version and some small modifications by Christophe GRENIER

samdump
You can use samdump to extract password informations from a sam file.

USAGE
To change NT password,
- Autodetection mode
	1. ntcp ///winnt/system32/config/sam sam
	2. chntpw -i sam
	3. ntchange sam ///winnt/system32/config/sam 
- Manual mode
	1. ntcp //hda2/winnt/system32/config/sam sam
	2. chntpw -i sam
	3. ntchange sam //hda2/winnt/system32/config/sam 

To extract password,
- Autodetection mode
	1. ntcp ///winnt/system32/config/sam sam
	2. samdump sam
- Manual mode
	1. ntcp //hda2/winnt/system32/config/sam sam
	2. samdump sam

Use the manual mode if your NTFS partition is not detected.
hda2	a=first hard disk (a,b,c,...)
	2=partition number 2

GRENIER Christophe
grenier@esiea.fr
http://www.esiea.fr/public_html/Christophe.GRENIER/
