LPR and LPD Registry Entries for TCP/IP Printing

Last reviewed: August 21, 1996
Article ID: Q121786
The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.5 and 3.51
  • Microsoft Windows NT Server version 3.5 and 3.51

SUMMARY

The following Registry entries can be used to configure printing through LPR/LPD in Windows NT version 3.51:

  • LPR Print Monitor
  • LPDSVC

MORE INFORMATION

LPR Print Monitor

One parameter under:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Monitors\

 LPR Port\Ports\<portname>

   PrintSwitch: REG_SZ

This specifies the format control character that the LPR Print Monitor should send to the print server through the control file. By default, this parameter doesn't exist in the Registry, and "l" (lowercase L) is sent as the control character. This can be set to any string. If set, the first letter of the string is taken (the rest of the string is ignored) as the format control character and sent to the print server. Some situations may need 'f' to be used instead of 'l', and this parameter can then be used.

LPDSVC

Three parameters under:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LPDSVC\Parameters

   AllowJobRemoval:  REG_DWORD: 0x1

Setting this parameter to 0 disables job removal (that is, once submitted, the job cannot be removed using LPRM, no matter who submitted it originally). If for any reason it is required that LPDSVC not delete a job from the queue once submitted, this parameter should be set to 0. Default is 1 (that is, allow a job to be removed--if request to remove is from the computer that submitted it originally).

   AllowPrinterResume: REG_DWORD: 0x1

If a printer is paused, by default anyone can cause it to be resumed by sending the appropriate LPR command. If this parameter is set to 0, request from anyone to resume printer is ignored. Default is 1 (that is, honor any request to resume printing).

   MaxConcurrentUsers: REG_DWORD: 0x64

This parameter specifies how many users can concurrently send a job to LPDSVC. Default is 100.


Additional reference words: prodnt 3.50 3.51 bsd
KBCategory: kbnetwork
KBSubcategory: ntregistry ntprint



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 21, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.