Check if printer is an actual physical device

  • Thread starter Finn Stampe Mikkelsen
  • Start date
F

Finn Stampe Mikkelsen

Hi

Is there any way i can check, if a printer selected is an actual physical device or just a software based printer like XPS Document Writer or Adobe PDF and similar devices

Tried to google it and only reference i found was that the registry should only hold the physical printers but that is not the case on my pc, since Adobe PDF is listed here..

/Finn
 
A

Arne Vajhøj

Is there any way i can check, if a printer selected is an actual
physical device or just a software based printer like XPS Document
Writer or Adobe PDF and similar devices
Tried to google it and only reference i found was that the registry
should only hold the physical printers but that is not the case on my
pc, since Adobe PDF is listed here..

Have you tried WMI and Win32_Printer and see if you can
distinguish in that info?

(like Network and PortName)

Arne
 
F

Finn Stampe Mikkelsen

"Arne Vajhøj" skrev i meddelelsen
Have you tried WMI and Win32_Printer and see if you can
distinguish in that info?

(like Network and PortName)

Arne

Not before you mentioned it here, but been checking it out..

That lets me query the printers allright and go into details about them, such as portname and so.. But..

I've listed my printers and my network printer, connected via my router using ethernet, is listed with an strange portname and the
local property is set to true and the network property is set to false... That makes absolutely no sense to me...

/Finn
 
A

Arne Vajhøj

"Arne Vajhøj" skrev i meddelelsen


Not before you mentioned it here, but been checking it out..

That lets me query the printers allright and go into details about them,
such as portname and so.. But..

I've listed my printers and my network printer, connected via my router
using ethernet, is listed with an strange portname and the local
property is set to true and the network property is set to false... That
makes absolutely no sense to me...

What can I say - I don't understand it either.

And Win32_PrinterConfiguration does not seem to
contain anything useful.

Arne
 

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

Top