Home All Groups Group Topic Archive Search About
Author
6 Apr 2005 1:05 AM
notregister
Hi,
Anyone have any example to enumerate a list of usb printer that is connected
to the PC even if they are not install??

Author
6 Apr 2005 3:39 PM
Marc Reinig
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

Show quoteHide quote
"notregister" <notregis***@discussions.microsoft.com> wrote in message
news:BA392E3A-0C7A-4E5C-B19F-8CD1F7215DB2@microsoft.com...
> Hi,
> Anyone have any example to enumerate a list of usb printer that is
> connected
> to the PC even if they are not install??