mirror of https://github.com/lianthony/NT4.0
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.
48 lines
1.1 KiB
48 lines
1.1 KiB
; 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
|