64B OS Sharing Out A Printer For 32B OSs
Description:
Use this to connect to a printer from a 32b workstation to a 64b workstation.
To Resolve:
-
Find out the 64b (64 bit processor) workstation sharing out the printer. Change the name of the printer to include no spaces.
-
On the other workstations (the 32b workstations), install a LOCAL printer on each workstation to the to lpt3 port.
-
Put the driver for the printer on each of the 32b workstations (usually through a mapped drive from the server) and download and install on each workstation. Use that driver to install the local printer.
-
run => cmd =>
net use lpt3 \\ComputerNameSharingOutPrinter\PrinterName
-
Change the name of the newly connected printer to include the words “on (ComputerNameThatPrinterIsSharedFrom)”
-
Printer properties - comments - “using lpt3 on (ComputerNameThatPrinterIsSharedFrom)”
-
Print a test page and verifies that it works.
Comments