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.
42 lines
713 B
42 lines
713 B
;This is the default Unattended installation file
|
|
;Target Path should be new directory
|
|
;Adminpassword is blank.
|
|
|
|
[Unattended]
|
|
Unattendmode = FullUnattended
|
|
OemPreinstall = Yes
|
|
TargetPath = *
|
|
Filesystem = LeaveAlone
|
|
OemSkipEula = YES
|
|
FactoryMode = YES
|
|
|
|
[UserData]
|
|
FullName = "Your User Name"
|
|
OrgName = "Your Company Name"
|
|
ComputerName = *
|
|
|
|
[GuiUnattended]
|
|
TimeZone = "004"
|
|
AdminPassword = *
|
|
AutoLogon = Yes
|
|
OEMSkipRegional = 1
|
|
OEMSkipWelcome = 1
|
|
|
|
[LicenseFilePrintData]
|
|
AutoMode = "PerServer"
|
|
AutoUsers = "5"
|
|
|
|
[Display]
|
|
BitsPerPel = 4
|
|
XResolution = 800
|
|
YResolution = 600
|
|
VRefresh = 70
|
|
|
|
[Branding]
|
|
BrandIEUsingUnattended = No
|
|
IEBrandingFile = install.ins
|
|
|
|
[Networking]
|
|
|
|
[Identification]
|
|
JoinWorkgroup = Workgroup
|