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

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