How to implement automatic quick installation of windowsxp system

  

There should be a lot of users who install their own systems. It usually takes more than 1 hour to install windows xp in the normal way. This makes the user very depressed, why it takes so long to install a system. Fortunately, Microsoft has designed a fully automatic installation function since Windows 2000, which has greatly saved our time. When I installed windows xp, I made some improvements to the method of making the fully automatic installation function. The process of manually inputting commands in the initial stage of installation changed the floppy disk boot and automatic batch file execution, realizing the automatic installation and the installation time was also reduced. A lot.

The author will introduce the two installation methods (installing windows xp from the hard disk or from the CD), how to make the boot disk and how to generate the fully automatic installation answer file unattend.txt.

First, the establishment of automatic batch file

1, from the hard disk installation

(1) format a floppy disk with pure format DOS using the format A: /s command .

(2) Create a Config.sys file on the floppy disk and edit the command line:

device=C:windowshimem.sys

Tip: Used to load Windows The system information file himem.sys, so that the DOS system can run smartdrv.exe.

(3) Create an Autoexec.bat file on the floppy disk, and edit the command line:

C:windowssmartdrv .exe

X:i386winnt/u:i386UNATTEND.TXT /sX:i386 /t:Z:

Tip: The X disk represents the logical disk where the Windows XP installation folder I386 is located, Z It represents the logical disk for installing windows xp, and the unattend.txt is a fully automatic installation answer file made with Windows Installation Manager.

(4) Set the boot order of the computer to boot from floppy disk, hard disk, or CD in CMOS.

(5) Use a good floppy disk to boot the system. When the floppy drive goes out, remove the floppy disk. Under normal circumstances, the computer will automatically complete the installation of windows xp.

2, install from the CD

(1) format a floppy disk in pure DOS with the format A: /s command.

(2) Copy the fully-installed installation answer file unattend.txt into the floppy disk (you can also put this file on the hard disk, as long as the path is set, the installer will find it).

(3) Create a Config.sys file on the floppy disk and edit the command line:

device=C:windowscommandebdoakcdrom.sys /d:mscdxxx

device=C: Windowshimem.sys

(4) Create the file Autoexec.bat on the floppy disk and edit the command line:

Copyright © Windows knowledge All Rights Reserved