Sysprep USB

E

Eric Fehlhaber

I use Ghost & sysprep to create images of PCs. Many new PCs do not have
PS/2 ports and come with USB mice and keyboards. The problem that I am
having is that the USB mice and keyboards to not work until the first "next"
button is pushed to allow sysprep to load the drivers. Does anyone know how
to make the keyboard and mouse reconiziable from the verty begining? I have
been simply inserting a add-on PS/2 card to get around this, but that takes
some time. Does anyone know how to fix this??

Thanks!
 
C

Cleve S.

Eric,
I know this isn't any help, but.... I've imaged & syspreped a number of
Dell Dimension 3100s that are USB only without trouble.
Cleve S.
 
G

Guest

Eric, please post your sysprep script (minus your private information like
passwords and product key). It may be possible to make the mini setup skip
the the "next" button section all together. We have gx280 and gx520's here
and this is how we avoid this issue.
 
G

Guest

Northerntravel.net and Northerntravel.co.uk is a premier online travel
planning and flight-booking site. You are able to purchase airline tickets
onlinen, find vacation package and make hotel and car reservations, find
maps, destination information, travel news and more. Don't forget to use
discount code 149395. We can also be reached by calling either 800-780-5733
in the U.S. and Canada or 00-800-11-20-11-40 in Europe.
 
E

Eric Fehlhaber

Below is the sysprep.ini info. I don't want a fully automated sysprep
because I want to be able to change the PC name to match our naming
convention. I would appreciate any help skipping the initial "Next" and "I
accept screen". I selected these options when I ran the sysprep.ini wizard,
but the windows appear each time anyway. ?? (sysprep XP SP2 is used)

;SetupMgrTag
[Unattended]
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=20
AdminPassword="whatev"

[UserData]
ProductKey=whatev
FullName="whatev"
OrgName="whatev"

[TapiLocation]
CountryCode=1
AreaCode=whatev

[Identification]
JoinDomain=whatev

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0
 
E

Eric Fehlhaber

Nevermind... I fixed my problem! My new sysprep.ini file is below for
anyone that is interested.

;SetupMgrTag
[Unattended]
InstallFilesPath=C:\sysprep\i386
OemSkipEula=YES
TargetPath=\WINDOWS
UnattendMode=DefaultHide

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=20
AdminPassword="whatev"
OEMSkipRegional=1
OemSkipWelcome=1

[UserData]
ProductKey=whatev
FullName="whatev"
OrgName="whatev"

[TapiLocation]
CountryCode=1
AreaCode=Whatev

[Identification]
JoinDomain=Whatev

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"


Eric Fehlhaber said:
Below is the sysprep.ini info. I don't want a fully automated sysprep
because I want to be able to change the PC name to match our naming
convention. I would appreciate any help skipping the initial "Next" and
"I accept screen". I selected these options when I ran the sysprep.ini
wizard, but the windows appear each time anyway. ?? (sysprep XP SP2 is
used)

;SetupMgrTag
[Unattended]
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=20
AdminPassword="whatev"

[UserData]
ProductKey=whatev
FullName="whatev"
OrgName="whatev"

[TapiLocation]
CountryCode=1
AreaCode=whatev

[Identification]
JoinDomain=whatev

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0


seri0usblk said:
Eric, please post your sysprep script (minus your private information
like
passwords and product key). It may be possible to make the mini setup
skip
the the "next" button section all together. We have gx280 and gx520's
here
and this is how we avoid this issue.
 
G

Guest

Hey Eric I noticed a couple of things that might give you trouble. When you
reboot after sysprep the minisetup should start right where you are asked to
enter a computer name. ALL other data should be provided. "***" represents
changes that I have made to your script. Look it over and see what you think.

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

[GuiUnattended]
EncryptedAdminPassword = NO
TimeZone = 20
OemSkipWelcome = 1***
OemSkipRegional = 1***
AdminPassword= "whatev"

[UserData]
ProductKey= whatev
FullName = "whatev"
OrgName = "whatev"
ComputerName = ***
[TapiLocation]
CountryCode = 1
AreaCode = whatev

[Identification]
JoinDomain = whatev
DomainAdmin = whatev***
DomainAdminPassword = whatev***
[Networking]
InstallDefaultComponents = Yes

[Branding]
BrandIEUsingUnattended = Yes

[Proxy]
Proxy_Enable = 0
Use_Same_Proxy = 0


Eric Fehlhaber said:
Below is the sysprep.ini info. I don't want a fully automated sysprep
because I want to be able to change the PC name to match our naming
convention. I would appreciate any help skipping the initial "Next" and "I
accept screen". I selected these options when I ran the sysprep.ini wizard,
but the windows appear each time anyway. ?? (sysprep XP SP2 is used)

;SetupMgrTag
[Unattended]
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=20
AdminPassword="whatev"

[UserData]
ProductKey=whatev
FullName="whatev"
OrgName="whatev"

[TapiLocation]
CountryCode=1
AreaCode=whatev

[Identification]
JoinDomain=whatev

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0


seri0usblk said:
Eric, please post your sysprep script (minus your private information like
passwords and product key). It may be possible to make the mini setup skip
the the "next" button section all together. We have gx280 and gx520's here
and this is how we avoid this issue.
 

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