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

  1. ;SetupMgrTag
  2. [Data]
  3.     AutoPartition="*"
  4.     MsDosInitiated="0"
  5.     UnattendedInstall="Yes"
  6.     AutomaticUpdates="yes"
  7.  
  8. [Unattended]
  9.     UnattendMode=FullUnattended 
  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.  
  33. [GuiUnattended]
  34.     OEMSkipRegional=1
  35.     OEMSkipWelcome=1
  36.     TimeZone=145
  37.     AutoLogon=Yes
  38.     AutoLogonCount=1
  39.     EncryptedAdminPassword=NO
  40.     AdminPassword=*
  41.  
  42. [TapiLocation]
  43.     CountryCode=7
  44.     Dialing=Pulse
  45.     AreaCode=4712
  46.  
  47. [GuiRunOnce]
  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.  
  73.