WindowsPrinting: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(Removed WinXP guide link)
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Supported Windows Printing Platforms==
==Introduction==
This will guide you through the process of installing and using the printers available within UMIACS.


Windows 7 printing: [[Windows7Printing| Windows 7 Printing]]
==Pre-Installation Knowledge on Printing at UMIACS==
[[PrinterQueueNaming| Printer Queue Naming]]


==Open Printing for Laptops and Non-UMIACS Systems==
==Printing Outside of UMIACS / Laptop Printing==
<b>If you are outside of the UMIACS network, you must first connect to the [[VPN]] on Windows. Please note that you must be on the VPN whenever you print.</b>
* As alternatives, you can either:
** Hard-wire into a UMIACS network before continuing.
** Copy your files onto a UMIACS-supported system, such as your available [[Nexus]] submission nodes, and print from there.
** Copy your files onto a USB drive and print via USB at a printer directly.


Windows 7 printing Non-UMIACS: [[Windows7PrintingNonUMIACS| Windows7 Printing Non UMIACS]]
===Installation of printer queue===
After you are connected, follow these steps for adding a printer queue:
# Go to Start and search for "add a printer" in the search box. Click on the "Add a printer or scanner" option.
#: [[File:Windows_AddPrinter.png]]
# In the top right of the Settings menu that opens, click on "Add device".
#: [[File:Windows_AddPrinterDevice.png|800px]]
# Wait a few seconds for the "Add manually" option to come up, and click it.
#: [[File:Windows_AddPrinterDeviceWait.png|800px]] -> [[File:Windows_AddPrinterDeviceManually.png|800px]]
# In the Add Printer menu that pops up, choose "Select a shared printer by name", and type <code><nowiki>http://print.umiacs.umd.edu:631/printers/<printername></nowiki></code> into the dialog box, where <printername> is replaced with the name of the printer that you want to print to. Click Next.
#: [[File:Windows_TypePrinterName.png]]
#: ''In this example, we are using cps432-3208 as the printer name.''
# Select the manufacturer and model of your printer. Almost all UMIACS-managed printers are HP-brand, so choose HP unless you know for a fact that your printer is not HP-brand. You can either select a model-specific driver if you have one installed and you know the printer's exact model, or a HP Universal Printing driver. Click OK.
#* If you do not have HP as an available manufacturer option at all, [https://support.hp.com/us-en/drivers/hp-universal-print-driver-series-for-windows/4157320 download and install the latest HP Universal Print Driver for Windows]. The PostScript (PS) driver is usually fine unless you want to print with an option only available in PCL6, in which case choose the PCL6 driver.
#** To install the driver, unzip the file you download, then click the "Have Disk..." button. Enter the full folder path of the extracted zip file. Choosing the "Browse..." option will only let you select individual files, but typing the path will let it select the entire folder and determine the right files automatically. Choose either of the two drivers that appear.
#*** For example, if you download the file to C:\Users\<username>\Downloads\upd-ps-x64-7.4.0.25959.zip, and then extract the file also to C:\Users\<username>\Downloads, enter <code>C:\Users\<username>\Downloads\upd-ps-x64-7.4.0.25959</code> in the "Copy manufacturer's files from:" box. Make sure to replace <username> with the username you are logged into Windows with.
#: [[File:Windows_SelectPrinterDriver.png]]
#: or
#: [[File:Windows_PrinterInstallFromDisk.png]] -> [[File:Windows_SelectPrinterDriverFromDisk.png]]
# Wait a few seconds for your computer to connect to the printer with the driver you picked. Eventually, a window will pop up saying that the printer was successfully installed with the driver you chose. Click Next.
#: [[File:Windows_WaitForPrinterDriver.png]] -> [[File:Windows_AddPrinterSuccess.png]]
# Choose to set the printer as your default printer or print a test page if you want to, and click Finish. You can now start using the printer.
#: [[File:Windows_DefaultAndTestPagePrinter.png]]
 
==Printing Inside UMIACS==
<span style="font-size:150%">'''Note: You can also use the procedure in the [[#Printing_Outside_of_UMIACS_/_Laptop_Printing | above section]] to print inside UMIACS (without connecting to the VPN). This is the preferred method, and the below method will be removed as an option soon.'''</span>
 
===Installation of printer queue===
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs - but not a wireless network (e.g., eduroam, umd-guest) alone.
 
# Go to Start and search "\\printers.ad.umiacs.umd.edu" in the search box.
#: [[File:Printersdotad.png]]
# You will be prompted with a box for authentication if you are not signed into Windows with your UMIACS account (e.g. on a laptop or self-supported machine).  Make sure to prefix 'UMIACS\' to your username.  (For example, if your username was 'johndoe' you would enter 'UMIACS\johndoe' in the username box.)
#: '''Check the box for 'Remember my credentials' before clicking OK or you may not be able to add printer queues in the next step.'''
#: [[File:WindowsPrinting_authentication.png]]
# A list of printer queues will appear.  Select your desired printer by double clicking on the queue.
#: [[File:win_print_select.png]]
#: Wait for the printer driver installation.  This may take a minute or two to complete.
#: [[File:WindowsPrinting_adding.png]]
#: You can now start using the printer.
#: [[File:WindowsPrinting_added.png]]
 
==Troubleshooting==
If you receive the following error when attempting to add a printer queue, the issue may be that your computer is configured for a higher level of printer security than is default at UMIACS as a result of the [https://en.wikipedia.org/wiki/PrintNightmare PrintNightmare vulnerability].
: [[File:win_print_printnightmare.png]]
 
To resolve this error:
# Click on the Start menu and type "cmd" in the run bar.
#: [[Image:windows_bar.png]]
# ''Right-Click'' on the cmd button, and select "Run as Administrator" - '''THIS IS VERY IMPORTANT!'''
#: [[Image:Example.jpg]]
# Select "Yes" when it asks if you want to allow the following program to make changes.
#: [[Image:Uac.jpg]]
# From the Command Prompt, run these commands in order:
#:<pre>reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f&#10;reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f&#10;net stop spooler /y && net start spooler</pre>
#: [[File:win_print_printnightmare_cmds.png]]
# Attempt to add the printer queue again.
 
==Removing a printer queue==
To remove a printer queue, open the Start menu and search for and go to Control Panel. Next, click on "View devices and printers." To remove the queue, right click on the printer and select "Remove device". If you wish to add the printer back, follow the instructions above.
: [[Image:win_print_remove.png]]
 
==Duplex Printing==
Many printers in UMIACS support duplex (2 sided) printing. To make the duplex printing default, first make sure the appropriate printer queue is installed via the directions above. Afterwards, go to start, then “Devices and Printers.”
Once the printer has been installed proceed by right clicking on the queue then selecting “Printing preferences.”
: [[Image:win_print_preferences.png]]
 
After a few seconds the following menu will come up. Make sure you are on the “Printing Shortcuts” tab and select the “EcoSMART Settings” option then click on okay. This modification will allow you to print 2-sided whenever you choose to use this printer.
: [[Image:win_print_duplex.png]]
 
==Store and Print PIN-Protected Jobs==
PIN-protected jobs provide a way to ensure jobs are not printed until you are ready to pick them up. This can be useful if you have a sensitive job that you want to print on a public printer at UMIACS. Follow the below steps to store a job and then print it at the printer.
 
'''Create a stored job'''
# From the software program, select the '''Print''' option.
# Select the printer from the list of printers, and then select '''Properties''' or '''Preferences''' (name varies by software program)
# Click the '''Job Storage''' tab.
# Under '''Job Storage Mode''', select '''Personal Job'''.
#: [[Image:Pinprint_1_mode.jpg|600px]]
# In the drop-down menu under '''Make Job Private/Secure''', select '''PIN to print''', and type in a 4-digit number.
#: [[Image:Pinprint_2_pin.jpg|600px]]
#: Note: You will need to provide the entered PIN (4-digit number) at the printer's control panel.
# Click the '''OK''' button to close the Document Properties/Preferences dialog box. In the Print dialog box, click '''Print'''.
 
'''Print a stored job'''
 
After you have created a stored job using the instructions above, follow these steps to print from the printer's control panel.
 
# From the Home screen on the printer control panel, select '''Print'''.
# Select '''Print from Job Storage'''.
#: [[Image:Pinprint_3_printfrom.jpg|600px]]
# Select '''Choose''', and then select the name of the folder where the job is stored.
#: [[Image:Pinprint_4_folder.jpg|600px]]
# Select the name of the job, enter your chosen PIN (4-digit number), and click '''Ok'''.
#: [[Image:Pinprint_5_pin.jpg|600px]]
# Select '''Print''' to print the job.
#: [[Image:Pinprint_6_print.jpg|600px]]
#: Note: The print job is deleted from memory after it prints.

Latest revision as of 15:24, 7 April 2025

Introduction

This will guide you through the process of installing and using the printers available within UMIACS.

Pre-Installation Knowledge on Printing at UMIACS

Printer Queue Naming

Printing Outside of UMIACS / Laptop Printing

If you are outside of the UMIACS network, you must first connect to the VPN on Windows. Please note that you must be on the VPN whenever you print.

  • As alternatives, you can either:
    • Hard-wire into a UMIACS network before continuing.
    • Copy your files onto a UMIACS-supported system, such as your available Nexus submission nodes, and print from there.
    • Copy your files onto a USB drive and print via USB at a printer directly.

Installation of printer queue

After you are connected, follow these steps for adding a printer queue:

  1. Go to Start and search for "add a printer" in the search box. Click on the "Add a printer or scanner" option.
    Windows AddPrinter.png
  2. In the top right of the Settings menu that opens, click on "Add device".
    Windows AddPrinterDevice.png
  3. Wait a few seconds for the "Add manually" option to come up, and click it.
    Windows AddPrinterDeviceWait.png -> Windows AddPrinterDeviceManually.png
  4. In the Add Printer menu that pops up, choose "Select a shared printer by name", and type http://print.umiacs.umd.edu:631/printers/<printername> into the dialog box, where <printername> is replaced with the name of the printer that you want to print to. Click Next.
    Windows TypePrinterName.png
    In this example, we are using cps432-3208 as the printer name.
  5. Select the manufacturer and model of your printer. Almost all UMIACS-managed printers are HP-brand, so choose HP unless you know for a fact that your printer is not HP-brand. You can either select a model-specific driver if you have one installed and you know the printer's exact model, or a HP Universal Printing driver. Click OK.
    • If you do not have HP as an available manufacturer option at all, download and install the latest HP Universal Print Driver for Windows. The PostScript (PS) driver is usually fine unless you want to print with an option only available in PCL6, in which case choose the PCL6 driver.
      • To install the driver, unzip the file you download, then click the "Have Disk..." button. Enter the full folder path of the extracted zip file. Choosing the "Browse..." option will only let you select individual files, but typing the path will let it select the entire folder and determine the right files automatically. Choose either of the two drivers that appear.
        • For example, if you download the file to C:\Users\<username>\Downloads\upd-ps-x64-7.4.0.25959.zip, and then extract the file also to C:\Users\<username>\Downloads, enter C:\Users\<username>\Downloads\upd-ps-x64-7.4.0.25959 in the "Copy manufacturer's files from:" box. Make sure to replace <username> with the username you are logged into Windows with.
    Windows SelectPrinterDriver.png
    or
    Windows PrinterInstallFromDisk.png -> Windows SelectPrinterDriverFromDisk.png
  6. Wait a few seconds for your computer to connect to the printer with the driver you picked. Eventually, a window will pop up saying that the printer was successfully installed with the driver you chose. Click Next.
    Windows WaitForPrinterDriver.png -> Windows AddPrinterSuccess.png
  7. Choose to set the printer as your default printer or print a test page if you want to, and click Finish. You can now start using the printer.
    Windows DefaultAndTestPagePrinter.png

Printing Inside UMIACS

Note: You can also use the procedure in the above section to print inside UMIACS (without connecting to the VPN). This is the preferred method, and the below method will be removed as an option soon.

Installation of printer queue

Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs - but not a wireless network (e.g., eduroam, umd-guest) alone.

  1. Go to Start and search "\\printers.ad.umiacs.umd.edu" in the search box.
    Printersdotad.png
  2. You will be prompted with a box for authentication if you are not signed into Windows with your UMIACS account (e.g. on a laptop or self-supported machine). Make sure to prefix 'UMIACS\' to your username. (For example, if your username was 'johndoe' you would enter 'UMIACS\johndoe' in the username box.)
    Check the box for 'Remember my credentials' before clicking OK or you may not be able to add printer queues in the next step.
    WindowsPrinting authentication.png
  3. A list of printer queues will appear. Select your desired printer by double clicking on the queue.
    Win print select.png
    Wait for the printer driver installation. This may take a minute or two to complete.
    WindowsPrinting adding.png
    You can now start using the printer.
    WindowsPrinting added.png

Troubleshooting

If you receive the following error when attempting to add a printer queue, the issue may be that your computer is configured for a higher level of printer security than is default at UMIACS as a result of the PrintNightmare vulnerability.

Win print printnightmare.png

To resolve this error:

  1. Click on the Start menu and type "cmd" in the run bar.
    Windows bar.png
  2. Right-Click on the cmd button, and select "Run as Administrator" - THIS IS VERY IMPORTANT!
    Example.jpg
  3. Select "Yes" when it asks if you want to allow the following program to make changes.
    Uac.jpg
  4. From the Command Prompt, run these commands in order:
    reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f
    reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f
    net stop spooler /y && net start spooler
    Win print printnightmare cmds.png
  5. Attempt to add the printer queue again.

Removing a printer queue

To remove a printer queue, open the Start menu and search for and go to Control Panel. Next, click on "View devices and printers." To remove the queue, right click on the printer and select "Remove device". If you wish to add the printer back, follow the instructions above.

Win print remove.png

Duplex Printing

Many printers in UMIACS support duplex (2 sided) printing. To make the duplex printing default, first make sure the appropriate printer queue is installed via the directions above. Afterwards, go to start, then “Devices and Printers.” Once the printer has been installed proceed by right clicking on the queue then selecting “Printing preferences.”

Win print preferences.png

After a few seconds the following menu will come up. Make sure you are on the “Printing Shortcuts” tab and select the “EcoSMART Settings” option then click on okay. This modification will allow you to print 2-sided whenever you choose to use this printer.

Win print duplex.png

Store and Print PIN-Protected Jobs

PIN-protected jobs provide a way to ensure jobs are not printed until you are ready to pick them up. This can be useful if you have a sensitive job that you want to print on a public printer at UMIACS. Follow the below steps to store a job and then print it at the printer.

Create a stored job

  1. From the software program, select the Print option.
  2. Select the printer from the list of printers, and then select Properties or Preferences (name varies by software program)
  3. Click the Job Storage tab.
  4. Under Job Storage Mode, select Personal Job.
    Pinprint 1 mode.jpg
  5. In the drop-down menu under Make Job Private/Secure, select PIN to print, and type in a 4-digit number.
    Pinprint 2 pin.jpg
    Note: You will need to provide the entered PIN (4-digit number) at the printer's control panel.
  6. Click the OK button to close the Document Properties/Preferences dialog box. In the Print dialog box, click Print.

Print a stored job

After you have created a stored job using the instructions above, follow these steps to print from the printer's control panel.

  1. From the Home screen on the printer control panel, select Print.
  2. Select Print from Job Storage.
    Pinprint 3 printfrom.jpg
  3. Select Choose, and then select the name of the folder where the job is stored.
    Pinprint 4 folder.jpg
  4. Select the name of the job, enter your chosen PIN (4-digit number), and click Ok.
    Pinprint 5 pin.jpg
  5. Select Print to print the job.
    Pinprint 6 print.jpg
    Note: The print job is deleted from memory after it prints.