mirror of https://github.com/tongzx/nt5src
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.
45 lines
734 B
45 lines
734 B
; Copyright (c) 1998 - 1999 Microsoft Corporation
|
|
; winnt32 /unattend:<answer file> /s:<install source> [/syspart:<target drive>] [/tempdrive:<target drive>]
|
|
|
|
|
|
[Unattended]
|
|
OemPreinstall=No
|
|
DriverSigningPolicy=Ignore
|
|
OemSkipEula=Yes
|
|
FileSystem=LeaveAlone
|
|
ConfirmHardware=No
|
|
NtUpgrade=No
|
|
;TargetPath=
|
|
|
|
[GuiUnattended]
|
|
AdminPassword=*
|
|
AutoLogon=Yes
|
|
TimeZone=004
|
|
|
|
[Display]
|
|
BitsPerPel=8
|
|
Xresolution=1024
|
|
Yresolution=768
|
|
Vrefresh=60
|
|
|
|
[UserData]
|
|
FullName="Makarand Patwardhan"
|
|
OrgName="Microsoft Corporation"
|
|
ComputerName=MAKARP
|
|
|
|
[LicenseFilePrintData]
|
|
AutoMode=PERSEAT
|
|
|
|
[Networking]
|
|
InstallDefaultComponents=Yes
|
|
|
|
[Identification]
|
|
JoinWorkgroup=WKGRP
|
|
|
|
[Components]
|
|
TSEnable=ON
|
|
|
|
|
|
[TerminalServices]
|
|
ApplicationServer=0
|
|
PermissionsSetting=0
|