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.
39 lines
768 B
39 lines
768 B
;This is an example of a Sysprep.inf file that applies a uniprocessor
|
|
;master installation to a multiprocessor destination computer.
|
|
;
|
|
[Unattended]
|
|
OemSkipEula = yes
|
|
InstallFilesPath = c:\sysprep\i386
|
|
UpDateHal = ACPIAPIC_MP,%windir%\inf\hal.inf
|
|
|
|
[GuiUnattended]
|
|
AdminPassword = *
|
|
TimeZone = 004
|
|
OemSkipWelcome = 1
|
|
OemSkipRegional = 1
|
|
AutoLogon = yes
|
|
AutoLogonCount = 1
|
|
|
|
[UserData]
|
|
FullName = "Pat Coleman"
|
|
OrgName = "Woodgrove Bank"
|
|
ComputerName = Coleman01
|
|
ProductId = xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
|
|
|
|
[LicenseFilePrintData]
|
|
AutoMode = PerSeat
|
|
|
|
[Display]
|
|
XResolution = 1024
|
|
YResolution = 768
|
|
BitsPerPel = 16
|
|
|
|
[Networking]
|
|
|
|
[Identification]
|
|
JoinWorkGroup = workgroup
|
|
|
|
[Sysprep]
|
|
BuildMassStorageSection = yes
|
|
|
|
[SysprepMassStorage]
|