Jump to content

How can I find all printers that are installed on the computer


Recommended Posts

There are two registry areas to check.

The first is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers. This key has subkeys enumerating each local printer. These printers are available to any who log in to the computer.

The second is HKEY_CURRENT_USER\Printers\Connections. This key has subkeys enumerating each network printer. These printers are only available to you (or whomever is logged in to the computer at the script run time).

You can also use jguinch's excellent Printers Management UDF.

Who lied and told you life would EVER be fair?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...