Windows – How to provide a local alternate name for a printer in Windows 7

network-printerprinterwindowswindows 7

On my work network, each of the printers has a very generic name, the only unique part consisting of a number at the end of the printer name.

Is there a way to allow me to provide a local name or alias for the printer so I can more easily remember which printer I am trying to print to. I do not have administrative privileges on either the box or for the printers.

Best Answer

Unfortunately, printer objects can only have one name. Changes made at the server level will affect all users. The only way around this is to use print queue transfers. This is where you create a local printer queue that redirects to the network queue. This allows you to call the local print queue whatever you want and it will forward all print jobs to the server.

Check out the Technet article: http://technet.microsoft.com/en-us/library/cc739858(WS.10).aspx

Here is the review of steps:

  1. Create a new local printer.
  2. When asked for port, create a new local port. Use the share path for the printer as the port name. (example: \\servername\printername)
  3. Set your driver. (I usually use generic Text only and update with the correct driver after the fact.)
  4. Set the name and if you want to share it.

It's just that easy.