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.

65 lines
1.4 KiB

  1. @*:
  2. @*: By default, we'll disable the admin account
  3. @*: if they join a domain.
  4. @*:
  5. [data]
  6. floppyless = "1"
  7. msdosinitiated = "1"
  8. OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
  9. OriTyp = "4"
  10. LocalSourceOnCD = 1
  11. DisableAdminAccountOnDomainJoin = 1
  12. [SetupData]
  13. OsLoadOptions = "/noguiboot /fastdetect"
  14. SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
  15. [Unattended]
  16. OemPreinstall = no
  17. FileSystem = LeaveAlone
  18. ExtendOEMPartition = 0
  19. TargetPath = \WINDOWS
  20. OemSkipEula = yes
  21. InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
  22. LegacyNIC = 1
  23. [UserData]
  24. FullName = "%USERFIRSTNAME% %USERLASTNAME%"
  25. OrgName = "%ORGNAME%"
  26. ComputerName = %MACHINENAME%
  27. [GuiUnattended]
  28. OemSkipWelcome = 1
  29. OemSkipRegional = 1
  30. TimeZone = %TIMEZONE%
  31. AdminPassword = "*"
  32. @s:[LicenseFilePrintData]
  33. @s:AutoMode = PerSeat
  34. [Display]
  35. BitsPerPel = 16
  36. XResolution = 800
  37. YResolution = 600
  38. VRefresh = 60
  39. [Networking]
  40. [NetServices]
  41. MS_Server=params.MS_PSched
  42. @*:don't try to join domain on personal
  43. @*: instead (arbitrarily) join the workgroup "WORKGROUP"
  44. @*: workgroup by default
  45. @*:
  46. [Identification]
  47. @@!p:JoinDomain = %MACHINEDOMAIN%
  48. @@!p:DoOldStyleDomainJoin = Yes
  49. @p:JoinWorkgroup= WORKGROUP
  50. @*:@@!p:ComputerPassword="%MACHINEPASSWORD%"
  51. [RemoteInstall]
  52. @@:@R:Repartition = Yes
  53. @@:@N:Repartition = No
  54. UseWholeDisk = Yes