Jump to content

Recommended Posts

Posted

Here's my sysprep.inf file which allows me to set a machine imaging and leave it. When it's rebooted it's ready for use with the staged name and GUID in AD.

 

;SetupMgrTag

[unattended]

OemSkipEula=Yes

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

OEMPNPDriversPath=\Drivers\NIC;Drivers\NIC\Realtek;Driver\NIC\Broadcom

UpdateInstalledDrivers=Yes

LegacyNIC = 1

 

[userData]

ProductID=*****************

FullName = "Walton-le-Dale Arts College & High School"

OrgName = "Preston"

ComputerName = %MACHINENAME%

 

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

 

[GuiUnattended]

AdminPassword="*********"

EncryptedAdminPassword=NO

OemSkipWelcome = 1

OemSkipRegional = 1

TimeZone = %TIMEZONE%

 

[Display]

BitsPerPel = 32

XResolution = 1024

YResolution = 768

VRefresh = 60

 

[Networking]

 

[NetServices]

MS_Server=params.MS_PSched

 

[identification]

JoinDomain = %MACHINEDOMAIN%

DoOldStyleDomainJoin = Yes

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...