64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
|
; Microsoft Windows Codename Whistler Personal, Professional, Server, Advanced Server and Datacenter
|
||
|
; (c) 1994 - 2000 Microsoft Corporation. All rights reserved.
|
||
|
;
|
||
|
; Sample Unattended Setup Answer File
|
||
|
;
|
||
|
; This file contains information about how to automate the installation
|
||
|
; or upgrade of Windows Codename Whistler so the
|
||
|
; Setup program runs without requiring user input.
|
||
|
;
|
||
|
|
||
|
[Unattended]
|
||
|
Unattendmode = FullUnattended
|
||
|
OemPreinstall = NO
|
||
|
TargetPath = *
|
||
|
Filesystem = LeaveAlone
|
||
|
|
||
|
|
||
|
|
||
|
[UserData]
|
||
|
FullName = "Your User Name"
|
||
|
OrgName = "Your Organization Name"
|
||
|
ComputerName = *
|
||
|
ProductKey= "JJWKH-7M9R8-26VM4-FX8CC-GDPD8"
|
||
|
|
||
|
|
||
|
[GuiUnattended]
|
||
|
; Sets the Timezone to the Pacific Northwest
|
||
|
; Sets the Admin Password to NULL
|
||
|
; Turn AutoLogon ON and login once
|
||
|
TimeZone = "004"
|
||
|
AdminPassword = *
|
||
|
AutoLogon = Yes
|
||
|
AutoLogonCount = 1
|
||
|
|
||
|
|
||
|
|
||
|
[LicenseFilePrintData]
|
||
|
; For Server installs
|
||
|
AutoMode = "PerServer"
|
||
|
AutoUsers = "5"
|
||
|
|
||
|
|
||
|
|
||
|
[GuiRunOnce]
|
||
|
; List the programs that you want to lauch when the machine is logged into for the first time
|
||
|
|
||
|
|
||
|
|
||
|
[Display]
|
||
|
BitsPerPel = 8
|
||
|
XResolution = 800
|
||
|
YResolution = 600
|
||
|
VRefresh = 70
|
||
|
|
||
|
|
||
|
|
||
|
[Networking]
|
||
|
|
||
|
|
||
|
|
||
|
[Identification]
|
||
|
JoinWorkgroup = Workgroup
|
||
|
|