|
我想制作XP 自动安装
将下面的内容保存为WINNT.SIF文件放在I386目录下即可(如果你是想做成“光盘启动自动安装”)
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=210
OemSkipWelcome=1
[UserData]
ProductID=*****-*****-*****-*****-*****
FullName="BillGates"
OrgName="Microsoft"
ComputerName=*
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
|
|