Changes

Jump to: navigation, search

Printer drivers

No change in size, 18:22, 31 December 2009
fix typo
== Generic Instructions ==
Most printer drivers should come packaged with an INF file which describes them. Printui.dll provides a generic method to install these. You'll need to know the name of the printer driver, which you can obtain by examining the INF file. For check conditions, find the name of the driver file it drops, and check (on x86) <code?>HKLM\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3\Your Printer Name Here\Data File</code>. You can obtain this information from the INF file or by examining a computer on which the driver is already installed.
For additional information on how to manipulate printers silently, run <code>rundll32 PrintUI.dll,PrintUIEntry /?</code>. Note that the string <code>PrintUIEntry</code> is case-sensitive.
Anonymous user

Navigation menu