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.1 KiB

  1. ; Microsoft Windows
  2. ; (c) 1994 - 2001 Microsoft Corporation. Alle rechten voorbehouden.
  3. ;
  4. ; Sample Unattended Setup Answer File
  5. ;
  6. ; This file contains information about how to automate the installation
  7. ; or upgrade of Windows so the Setup program runs without requiring
  8. ; user input. You can find more information in the ref.chm found at
  9. ; CD:\support\tools\deploy.cab
  10. ;
  11. [Unattended]
  12. Unattendmode = FullUnattended
  13. OemPreinstall = NO
  14. TargetPath = *
  15. Filesystem = LeaveAlone
  16. [GuiUnattended]
  17. ; Sets the Timezone to Western Europe
  18. ; Sets the Admin Password to NULL
  19. ; Turn AutoLogon ON and login once
  20. TimeZone = "110"
  21. AdminPassword = *
  22. AutoLogon = Yes
  23. AutoLogonCount = 1
  24. [LicenseFilePrintData]
  25. ; For Server installs
  26. AutoMode = "PerServer"
  27. AutoUsers = "5"
  28. [GuiRunOnce]
  29. ; List the programs that you want to lauch when the machine is logged into for the first time
  30. [Display]
  31. BitsPerPel = 16
  32. XResolution = 800
  33. YResolution = 600
  34. VRefresh = 70
  35. [Networking]
  36. [Identification]
  37. JoinWorkgroup = Werkgroep
  38. [UserData]
  39. FullName = "Gebruikersnaam"
  40. OrgName = "Naam van de organisatie"
  41. ComputerName = *