Automatically install Windows2000 system
First, installation characteristics
1. The entire installation process does not require you to participate, like Windows98 automatic installation.
2. Automatically use the partition format of Windows2000 as NTFS.
3. Automatically install the Windows 2000 to the current active partition C disk.
Second, the preparation
1. To have a Windows2000 boot installation CD, see the Windows2000 boot CD production.
2. Your motherboard BIOS supports starting from the CD-ROM drive.
3. Making automatic installation control files Winnt.sif.
4. A blank floppy disk.
5. For the current active partition C disk (can be a multi-C disk, not necessarily the first partition of the first hard disk, may be the second partition, but the partition must be activated) to make a backup, because the installation Automatically format the C drive, put the Windows2000 in the C drive.
Third, WINNT.SIF production process:
1. Open Winnt.sif with Notepad, as follows:
[Unattended]
UnattendMode = fullunatted
Oemskipeula = YES
OempreInstall = YES
TargetPath = / WinNT
FILESYSTEM = ConvertNTFS
Repartition = yes
EXTENDOEMPARTITION = 1
[Data]
UnattendedInstall = YES
MSDOSINITED = NO
AutoPArtition = 1
[Guiunatted]
Adminpaassword = Yourpassword
OemskipRegional = 1
Timezone = 20
Oemskipwelcome = 1
[UserData]
Fullname = "Information Technology - TSS"
Orgname = "university of houston"
Computername = THETEST
ProductID = "VBBJQ-34YFD-W8QQX-P3WFD-XTHXJ"
[Display]
Bitsperpel = 16
XResolution = 800
YResolution = 600
VREFRESH = 72
[Identification]
JoinWorkgroup = uh_it
[Networking]
InstallDefaultComponents = YES
2. In the [UserDate] section, if your Windows2000 starts the serial number of the disc is not ProductID = "VBBJQ-34YFD-W8QQXX-P3WFD-XTHXJ", then make changes. Other three lines, regardless of their situation.
3. Change yourPassword = yourssword to your administrator password you want to use.
4. Copy the above modified Winnt.sif to a blank floppy disk.
5. Modify the boot order of the motherboard: CDROM C A
6. Place the floppy disk with the Winnt.sif file into the floppy drive, put the CD drive that can boot Windows2000 into the optical drive, boot from the CD.
7. When the Blue Installation screen with "Windows2000 Setup" occurs, the computer will automatically read the files on the floppy drive to load Winnt.sif for automatic installation.
8. You can go outside, after 40 minutes, I found that your system Windows 2000 has been installed.