To create Sysprep.inf
, complete the following steps:
You can create Sysprep.inf
manually or use the Microsoft Setup Manager (Setupmgr.exe
). The Setup Manager can be found in the Deploy.cab
file in the SUPPORT\TOOLS
folder of a Microsoft OS distribution media. See Microsoft’s documentation for more information.
Sample Sysprep.inf
files are available on the Image Capture media in the \samples\sysprep\
directory.
Caution: The Sysprep.inf
file should not be greater than 800 KB in size.
When creating the Sysprep.inf
file:
TimeZone
value for your enterprise.AdminPassword
.UnattendMode = FullUnattended
in the [Unattended]
section.ExtendOemPartition
to 1, so that Microsoft Sysprep will extend the OS partition into any available non-partitioned space that physically follows on the disk.JoinDomain
is present in Sysprep.inf
, then Sysprep.inf
has to have the Admin User ID and Password of an account in the domain that has the rights to join the computer to the domain. Note that JoinDomain
is case sensitive.