; Microsoft Windows NT Workstation Version 4.0 and
; Windows NT Server Version 4.0
; (c) 1994 - 1996 Microsoft Corporation. All rights reserved.
;
; Sample Unattended Setup Answer File
;
; This file contains information about how to automate the installation
; or upgrade of Windows NT Workstation and Windows NT Server so the
; Setup program runs without requiring user input.
;
; For information on how to use this file, read the appropriate sections
; of the Windows NT 4.0 Resource Kit.
 
[Unattended]
OemPreinstall = no
ConfirmHardware = no
NtUpgrade = no
Win31Upgrade = no
TargetPath = WINNT
OverwriteOemFilesOnUpgrade = no

[UserData]
FullName = "Your User Name"
OrgName = "Your Organization Name"
ComputerName = COMPUTER_NAME

[GuiUnattended]
TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"

[Display]
ConfigureAtLogon = 0
BitsPerPel = 16
XResolution = 640
YResolution = 480
VRefresh = 70
AutoConfirm = 1

[Network]
Attend = yes
DetectAdapters = ""
InstallProtocols = ProtocolsSection
JoinDomain = Domain_To_Join

[ProtocolsSection]
TC = TCParameters

[TCParameters]
DHCP = yes
