Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
749 B

  1. ; This is a sample Winbom.ini file that is processed during WinPE
  2. ; to partition, format, and install a configset to a destination computer.
  3. ;
  4. ; This example is specific to IA64 computers due to settings in
  5. ; the DiskConfig section.
  6. ;
  7. [Version]
  8. signature = $CHICAGO$
  9. [Factory]
  10. WinBomType = WinPE
  11. [ComputerSettings]
  12. AuditAdminAutoLogon = Yes
  13. DisplayResolution = 1024X768x16
  14. [NetCards]
  15. [WinPE]
  16. Restart = Reboot
  17. Lang = ENG
  18. Sku = PRO
  19. ConfigSet = Pro_IA64
  20. SourceRoot = \\Build_Server\OPKTools
  21. Username = Guest
  22. Password = 6FyB#
  23. [WinPE.net]
  24. StartNet = Yes
  25. [DiskConfig]
  26. Disk1 = Disk1.config
  27. [Disk1.config]
  28. WipeDisk = YES
  29. Size1 = *
  30. SetActive1 = YES
  31. PartitionType1 = PRIMARY
  32. FileSystem1 = NTFS
  33. QuickFormat1 = YES