How can I prevent printers on NT LPR queues from pausing between print jobs on high volume print servers?

John Savill

January 21, 2001

1 Min Read
ITPro Today logo

A. By default, Windows NT 4.0 uses only the 11 ports between 721 and 731. This means you can have only 11 simultaneous connections from the print server to printers. See Microsoft article Q179156 for more details.

To improve performance on systems running NT 4.0 Service Pack 3 (SP3) and above, you can modify the registry for Line Print Remote (LPR) to use other ports:

  1. Start regedt32.exe.

  2. Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftLPDSVClpr.

  3. On the registry menu, click Save Key, and type a filename to save the current key values.

  4. Delete the lpr key to remove all of the individual IP address entries.

  5. Select the LPDSVC key.

  6. On the Edit menu, click Add Key, and then, in the Key Name box, type

    lpr
    
    
  7. Select the newly created lpr key.

  8. On the Edit menu, click Add Value, and then type the following information:

    Value Name: UseNonRFCSourcePorts
    Data Type: REG_DWORD
    Value: 0 (to use ports 721 through 731--the default) or 1 (to use any port above 1024)

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like