WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Edit Registry to Eliminate Driver Installation for Multipl..

 
   Home -> Windows -> Device Driver RSS
Next:  No sound from Speaker  
Author Message
kevincw01

External


Since: May 20, 2008
Posts: 4



(Msg. 1) Posted: Tue May 20, 2008 3:29 pm
Post subject: Edit Registry to Eliminate Driver Installation for Multiple Identical
Archived from groups: microsoft>public>windowsxp>device_driver>dev (more info?)

My understanding is that when I plug a new USB device into windows xp,
the device's serial number is polled and(if found), a series of
registry entries are created. Later when I install the driver for
this new device, the driver is associated with the serial number of
the device. Please correct me if I'm wrong.

I have over 100 USB devices with unique serial numbers. Each time I
connect a new one, I'm required to re-install the driver. My intent
is to gather the serial numbers from the manufacturer and replicate
the registry entries created by a single driver install, for all the
other USB devices. Can this be done? Is there a better way?

Thanks in advance,
-Kevin
Back to top
Login to vote
Doron Holan [MSFT]

External


Since: Jul 02, 2007
Posts: 23



(Msg. 2) Posted: Wed May 21, 2008 2:28 pm
Post subject: Re: Edit Registry to Eliminate Driver Installation for Multiple Identical USB Devices [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no, you cannot do this. if you are refering to the keys under
hklm\system\currentcontrolset\enum\... then the layout of these keys are
private and undocumented and are not portable from one machine to the next.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"kevincw01" <kevin.TakeThisOut@netkev.com> wrote in message
news:59b34621-0052-43c9-aff0-8aa6c272e9d1@c19g2000prf.googlegroups.com...
> My understanding is that when I plug a new USB device into windows xp,
> the device's serial number is polled and(if found), a series of
> registry entries are created. Later when I install the driver for
> this new device, the driver is associated with the serial number of
> the device. Please correct me if I'm wrong.
>
> I have over 100 USB devices with unique serial numbers. Each time I
> connect a new one, I'm required to re-install the driver. My intent
> is to gather the serial numbers from the manufacturer and replicate
> the registry entries created by a single driver install, for all the
> other USB devices. Can this be done? Is there a better way?
>
> Thanks in advance,
> -Kevin
Back to top
Login to vote
kevincw01

External


Since: May 20, 2008
Posts: 4



(Msg. 3) Posted: Mon Jun 02, 2008 10:29 am
Post subject: Re: Edit Registry to Eliminate Driver Installation for Multiple [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On May 21, 2:28 pm, "Doron Holan [MSFT]" <dor....TakeThisOut@online.microsoft.com>
wrote:
> no, you cannot do this. if you are refering to the keys under
> hklm\system\currentcontrolset\enum\... then the layout of these keys are
> private and undocumented and are not portable from one machine to the next.
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "kevincw01" <ke....TakeThisOut@netkev.com> wrote in message
>
> news:59b34621-0052-43c9-aff0-8aa6c272e9d1@c19g2000prf.googlegroups.com...
>
> > My understanding is that when I plug a new USB device into windows xp,
> > the device's serial number is polled and(if found), a series of
> > registry entries are created. Later when I install the driver for
> > this new device, the driver is associated with the serial number of
> > the device. Please correct me if I'm wrong.
Even if the machines are identical and installed using a ghost image
of the same windows xp installation?
>
> > I have over 100 USB devices with unique serial numbers. Each time I
> > connect a new one, I'm required to re-install the driver. My intent
> > is to gather the serial numbers from the manufacturer and replicate
> > the registry entries created by a single driver install, for all the
> > other USB devices. Can this be done? Is there a better way?
>
> > Thanks in advance,
> > -Kevin
Back to top
Login to vote
Doron Holan [MSFT]

External


Since: Jul 02, 2007
Posts: 23



(Msg. 4) Posted: Mon Jun 02, 2008 2:22 pm
Post subject: Re: Edit Registry to Eliminate Driver Installation for Multiple Identical USB Devices [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

yes, even for identical machines. you are not allowed to manipulate the
enum key outside of the OS in any way in any context

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"kevincw01" <kevin.DeleteThis@netkev.com> wrote in message
news:aa7f1116-be5f-45c6-ad0f-219b28539ee5@d19g2000prm.googlegroups.com...
> On May 21, 2:28 pm, "Doron Holan [MSFT]" <dor....DeleteThis@online.microsoft.com>
> wrote:
>> no, you cannot do this. if you are refering to the keys under
>> hklm\system\currentcontrolset\enum\... then the layout of these keys are
>> private and undocumented and are not portable from one machine to the
>> next.
>>
>> d
>>
>> --
>> Please do not send e-mail directly to this alias. this alias is for
>> newsgroup purposes only.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "kevincw01" <ke....DeleteThis@netkev.com> wrote in message
>>
>> news:59b34621-0052-43c9-aff0-8aa6c272e9d1@c19g2000prf.googlegroups.com...
>>
>> > My understanding is that when I plug a new USB device into windows xp,
>> > the device's serial number is polled and(if found), a series of
>> > registry entries are created. Later when I install the driver for
>> > this new device, the driver is associated with the serial number of
>> > the device. Please correct me if I'm wrong.
> Even if the machines are identical and installed using a ghost image
> of the same windows xp installation?
>>
>> > I have over 100 USB devices with unique serial numbers. Each time I
>> > connect a new one, I'm required to re-install the driver. My intent
>> > is to gather the serial numbers from the manufacturer and replicate
>> > the registry entries created by a single driver install, for all the
>> > other USB devices. Can this be done? Is there a better way?
>>
>> > Thanks in advance,
>> > -Kevin
>
Back to top
Login to vote
bill252

External


Since: Nov 18, 2004
Posts: 7



(Msg. 5) Posted: Fri Aug 22, 2008 2:52 pm
Post subject: Re: Edit Registry to Eliminate Driver Installation for Multiple Identical USB Devices [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"kevincw01" <kevin DeleteThis @netkev.com> wrote in message
news:aa7f1116-be5f-45c6-ad0f-219b28539ee5@d19g2000prm.googlegroups.com...
> On May 21, 2:28 pm, "Doron Holan [MSFT]" <dor... DeleteThis @online.microsoft.com>
> wrote:
>> no, you cannot do this. if you are refering to the keys under
>> hklm\system\currentcontrolset\enum\... then the layout of these keys are
>> private and undocumented and are not portable from one machine to the
>> next.
>>
>> d
>>
>> --
>> Please do not send e-mail directly to this alias. this alias is for
>> newsgroup purposes only.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "kevincw01" <ke... DeleteThis @netkev.com> wrote in message
>>
>> news:59b34621-0052-43c9-aff0-8aa6c272e9d1@c19g2000prf.googlegroups.com...
>>
>> > My understanding is that when I plug a new USB device into windows xp,
>> > the device's serial number is polled and(if found), a series of
>> > registry entries are created. Later when I install the driver for
>> > this new device, the driver is associated with the serial number of
>> > the device. Please correct me if I'm wrong.
> Even if the machines are identical and installed using a ghost image
> of the same windows xp installation?
>>
>> > I have over 100 USB devices with unique serial numbers. Each time I
>> > connect a new one, I'm required to re-install the driver. My intent
>> > is to gather the serial numbers from the manufacturer and replicate
>> > the registry entries created by a single driver install, for all the
>> > other USB devices. Can this be done? Is there a better way?
>>
>> > Thanks in advance,
>> > -Kevin
>


FWIW, I think I spotted one funny thing. I has a serial number string of
"S/N:xxxx" but that was mutated somewhere into "S#N:xxxx" and device names
(which we are not permitted to read) of a uses "#" as a field separaor so I
was always being asked for the device driver. Fixed that and it was happy
with different serial numbered devices.

Just my 2c worth.

Bill
Back to top
Login to vote
Display posts from previous:   
       Home -> Windows -> Device Driver All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows XP
 Windows Vista
 Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET