打印

[系统工具] 无人职守自动安装Windows XP with SP3自应答文件WINNT.SIF

无人职守自动安装Windows XP with SP3自应答文件WINNT.SIF

  

[Data]
    AutoPartition="0"
    UnattendedInstall="Yes"
    AutomaticUpdates=yes
    MsDosInitiated=No

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    TargetPath=\WINDOWS
    FileSystem=*
    Repartition=No
    WaitForReboot=No
    UnattendSwitch=yes
    OemPreinstall=Yes
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore

[GuiUnattended]
    AdminPassword=*
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1

[UserData]
    ProductID=MRX3F-47B9T-2487J-KWKMF-RPWBY
    FullName="User"
    OrgName="China Workgroup"
    ComputerName=*

[Display]
    Xresolution=1024
    YResolution=768
   
[Components]
    msmsgs=off
    msnexplr=Off
    zonegames=off
   
[TapiLocation]
    CountryCode=86
    Dialing=Tone

[RegionalSettings]
    LanguageGroup=9,10
    Language=00000804
   
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1
   
[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=yes


自己新建一个记事本,把上面的自应答内容复制到记事本中,把文件保存为WINNT.SIF。然后再用UltraISO等ISO编辑软件打开Windows XP with SP3的ISO文件,把保存的WINNT.SIF加载到i386目录中就可以了。

TOP