home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / VOLS / WINNT.SIE < prev    next >
Encoding:
Text File  |  2011-03-25  |  1.4 KB  |  72 lines

  1. ;SetupMgrTag
  2. [Data]
  3.     AutoPartition="1"
  4.     MsDosInitiated="0"
  5.     UnattendedInstall="Yes"
  6.     AutomaticUpdates="yes"
  7.  
  8. [Unattended]
  9.     UnattendMode=FullUnattended
  10.     OemPreinstall=Yes
  11.     OemSkipEula=Yes
  12.     TargetPath=WINDOWS
  13.     Repartition=Yes
  14.     CrashDumpSetting=0
  15.     ConfirmHardware=No
  16.     OverwriteOemFilesOnupgrade=No
  17.     DriverSigningPolicy=Ignore
  18.     NonDriverSigningPolicy=Ignore
  19.     UnattendSwitch=Yes
  20.     WaitForReboot=No
  21.     Filesystem=NTFS
  22.     DUDisable=Yes 
  23.     Hibernation=1
  24.     Win9xUpgrade=No
  25.     FactoryMode=No 
  26.     DUDisable=Yes 
  27.     
  28. [UserData]
  29.     FullName="User"
  30.     OrgName="Org inc."
  31.     ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
  32.     ComputerName="PC2008"
  33.     
  34. [GuiUnattended]
  35.     OEMSkipRegional=1
  36.     OEMSkipWelcome=1
  37.     TimeZone=145
  38.     AutoLogon=Yes
  39.     AutoLogonCount=1
  40.     EncryptedAdminPassword=NO
  41.     ProfilesDir="%systemdrive%\Users"
  42.     AdminPassword=*
  43.  
  44. [TapiLocation]
  45.     CountryCode=7
  46.     Dialing=Pulse
  47.     AreaCode=4712
  48.  
  49. [Identification]
  50.     JoinWorkgroup="WORKGROUP" 
  51.  
  52. [Networking]
  53.     InstallDefaultComponents=Yes
  54.  
  55. [PCHealth]
  56.     ER_Display_UI=0
  57.     ER_Enable_Applications=None
  58.     ER_Enable_Kernel_Error=1
  59.     ER_Enable_Reporting=0
  60.  
  61. [Display]
  62.     Xresolution=1024
  63.     Yresolution=768
  64.     BitsPerPel=32
  65.     Vrefresh=60
  66.  
  67. [SystemFileProtection]
  68.    SFCQuota=0x00000028
  69.    SFCShowProgress=0
  70.  
  71.  
  72.