Where can I see the printer driver version on Windows?
My problem is that the print is OK on one Windows system and bad on anther system. That I will compare the printer driver versions.
Where can i see the driver version of an installed printer driver? I hope there are no large difference between XP, vista and 7.
Solution 1:
Here is how to do that :
- Login as "Administrator"
- Run mmc
- In the file menu select "Add/Remove Snap-in..."
- Scroll down in the list and select the "Print Management" snap-in, then click "Add"
- In the ensuing dialog, select "Add the Local Server", then click on Finish and then OK
- Scroll down to your computer name, click on "Drivers" to display all printers, then right-click on the printer's name and select "Properties"
- Scroll down to "Driver file", click on it, then click on the Properties button
- The requested information is in the Details tab
Solution 2:
On Windows 7:
- Find the command prompt at %windir%\system32\cmd.exe
- Right click and "Use as Administrator".
- Type
printui /s /t2
. - This will pull up a page called print server properties.
- Select an installed print driver.
- Left click properties to bring up driver properties.
- Left click the driver file.
- Left click on properties.
- Click on the details tab.
Inside you will find the file version and product version of the file.
Solution 3:
The easiest way, if the printer is local, is to print the Test Page from the Windows Driver Properties as follows:
- Open "Printers and Faxes"
- Right click the appropriate printer icon and select "Printer Properties" if it's there, or else "Properties"
- Click the "Test Page" button
The driver version should be listed on the test page that prints out.
There may be a way to redirect the output to a different printer or PDF Creator for remote diagnosis.