usb enumeration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Anyone have any example to enumerate a list of usb printer that is connected
to the PC even if they are not install??
 
Look in the DDK tools section at the DEVCON.EXE source, follow the logic for

devcon.exe findall =printers

This will list all the printers that are installed whether they are present
or not.

However, you have asked for printers that are not installed, I assume you
meant present, as above. If you truely mean "not installed" then that is
not possible.

Marc Reinig
System Solutions
 

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

Back
Top