|
| Sysprep usb |
| Newsgroup ::: microsoft.public.windowsxp.general,microsoft.public.windowsxp.setup_deployment |
| Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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! |
|
|||||||||||||||||||||||||||||
| Re: Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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. "Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message news:%231w1uK11GHA.4228@TK2MSFTNGP06.phx.gbl... >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! > |
|
|||||||||||||||||||||||||||||
| RE: Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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. "Eric Fehlhaber" wrote: > 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! > > > |
|
|||||||||||||||||||||||||||||
| Re: Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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" <seri0usblk@discussions.microsoft.com> wrote in message news:30AFA599-7B00-48FB-9E1D-92257E5BFE5B@microsoft.com... > 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. > > > "Eric Fehlhaber" wrote: > >> 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! >> >> >> |
|
|||||||||||||||||||||||||||||
| Re: Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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" <efehlhaber@hotmail.com> wrote in message news:uFAXSxM2GHA.3576@TK2MSFTNGP03.phx.gbl... > 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" <seri0usblk@discussions.microsoft.com> wrote in message > news:30AFA599-7B00-48FB-9E1D-92257E5BFE5B@microsoft.com... >> 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. >> >> >> "Eric Fehlhaber" wrote: >> >>> 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! >>> >>> >>> > > |
|
|||||||||||||||||||||||||||||
| Re: Sysprep USB | Options | Advertisers | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
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" wrote: > 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" <seri0usblk@discussions.microsoft.com> wrote in message > news:30AFA599-7B00-48FB-9E1D-92257E5BFE5B@microsoft.com... > > 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. > > > > > > "Eric Fehlhaber" wrote: > > > >> 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! > >> > >> > >> > > > |
|
|||||||||||||||||||||||||||||
| Comments | ||||||||
|
||||||||
| Add Comments | ||||||||
|
||||||||