ClumsyDog 发表于 2013-1-27 06:24:52

硬盘全自动安装xp

xp.bat的设置如下:
smartdrv.exe
vip\I386\winnt /u:winnt.sif /s:vip\I386 /t:c:


winnt.sif文件设置如下:

    AutoPartition=1
    UnattendedInstall="Yes"
    MsDosInitiated="0"

    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    WaitForReboot=No
    UnattendSwitch=yes
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore

    AdminPassword=*
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1

    ProductID=HCQ9D-TVCWX-X9QRG-J4B2Y-GR2TT
    FullName="大蠢狗"
    OrgName="翡翠月光"
    ComputerName="ClumsyDog"

    Xresolution=1024
    YResolution=768
   

    msmsgs=off
    msnexplr=Off

    CountryCode=86
    Dialing=Tone

    LanguageGroup=9,10
    Language=00000804
   

    Proxy_Enable=0
    Use_Same_Proxy=1
   

    JoinWorkgroup=WORKGROUP

    InstallDefaultComponents=yes
 

    CustomDefaultThemeFile="%WinDir%\Resources\Themes\LE4_Black.theme"

 
;Windows XP SP2 大蠢狗修改 包括(FileSystem=*|Repartition=No|CustomDefaultThemeFile="%WinDir%\Resources\Themes\LE4_Black.theme")
;Made By Tomatolei
;2006-11
 
页: [1]
查看完整版本: 硬盘全自动安装xp