Skip navigation

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

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_MACHINE\SOFTWARE\Microsoft\LPDSVC\lpr.
  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<br><br>
  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)
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish