sysprep -pnp

W

WILLIAM

I'm curious if there's any negative side effect to using the pnp switch with
sysprep....other than it adding time to mini setup

Here's a snippet of my sysprep.inf, just want to be sure there's no known
issue with these sections...

[sysprep]
BuildMassStorageSection=yes

[SysprepMassStorage]
xxxxx

[sysprepcleanup]

[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
DriverSigningPolicy=Ignore
TargetPath=\WINDOWS

[GuiUnattended]
AdminPassword=*******
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
OemSkipWelcome=1
TimeZone=35

[UserData]
ProductKey=****************
FullName=Name
OrgName=Org
ComputerName=

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=1024

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes
 
W

WILLIAM

Forgot to include this from [Unattended] section too..

OemPnPDriversPath=C:\sysprep\D\4k;C:\sysprep\D\5k;C:\sysprep\D\9k
UpdateInstalledDrivers=Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top