Link to home
Start Free TrialLog in
Avatar of lgsantos
lgsantos

asked on

How do I redirect the LPT 1 port to usb port for a laser printer ?

How do I redirect the LPT 1 port to usb port for a laser printer ?
ASKER CERTIFIED SOLUTION
Avatar of s54
s54

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of s54
s54

You would have to share the printer for this to work.  Go into your printer and faxes window, right click on the USB printer you wanted to set to lpt1 and go to the sharing tab.  Set the printer share name here, and make sure it is less than 8 characters long and does not have any special characters.  This share name is what you would enter as the printer name from the command line I gave you above.

net use lpt1 \\%computername%\%printer share name% /persistent:yes

This has worked about 70% of the time for me.  There have been instances where some HP branded printers not taking the settings while a Canon would.