USB

  • Thread starter Thread starter Kesavan
  • Start date Start date
K

Kesavan

Hello

If anybody could give some help .it wuld be appreciable.Inorder to
make the xpe not to identify any USB device other than the one we use
(KB).Can we have this facilitated with registries or is there any
other staic solution bfr i decide to go programmatically.It shouldnt
alow any device in future even if the setup is present other than the
KB device which we want.
ofcourse disabling PNP was a solution but it produced unwanted
sideeffects with ewf ..

thanks.
kesavan
 
Hi Kesavan,
If anybody could give some help .it wuld be appreciable.Inorder to
make the xpe not to identify any USB device other than the one we use
(KB).Can we have this facilitated with registries or is there any
other staic solution bfr i decide to go programmatically.It shouldnt
alow any device in future even if the setup is present other than the
KB device which we want.
ofcourse disabling PNP was a solution but it produced unwanted
sideeffects with ewf ..

Why do you want to do that if I may ask?
I'm trying to support as many as I can.

But you could modify all inf files and remove all device ids that you are
not interested in.

This should prevent PNP from installing and using devices that are not in
the list.

Best regards,
Slobodan
 
thanks slobadan,I understand and have done the same before but My
requirement would however be ,that if tommrow there is going to be an
installation done then obviously the inf would again take its place
,and the installation would be done.This should not be possible.As
removal of dev ids wuld remove only for those infs in the machine not
the ones that might get installed later.

kesavan
 
Slobadan,
Other than the PCI Device Id,Subsystem id put in the Device inf is
there any other Device inf that the installation refer (other than the
compatable id's standard inf).To my level of understanding I believe
it does not.Additionally does the Guid list in the Digitaly signed
id's present in the Classids list that the installlation refers have
to do sumthing with the installation(lik a gatway) in that case i
think there culd be a opening .

Thanks in advance,
Kesavan
 
Back
Top