Hide printer by disabling browse thread
Registry Tip #168: NT Parallel Port Thread Priority

Hits: Failed to execute CGI : Win32 Error Code = 3


In NT and Windows 2000, parallel ports do not use IRQs but are thread-based. The port is polled at background priority. This eliminates hardware conflicts with devices that want to use IRQ 7 or 5, ports that DOS and Win3.x used for the parallel port interrupts. If an application is running very slow due to large print jobs, you can reduce the thread priority of the port print function by adding the following registry entry. You can also use the this registry tip to increase priority for printing:

WINDOWS NT 3.51
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Control\Print
Name: PortThreadPriority
Type: REG_DWORD
Value: Thread_Priority_Below_normal

WINDOWS NT 4.0
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Control\Print
Name: PortThreadPriority
Type: REG_DWORD
Value: -1
where the default value in NT 4.0 is 0, which equals THREAD_PRIORITY_NORMAL. The value for THREAD_PRIORITY_ABOVE_NORMAL is 1 (increase parallel port's priority) and THREAD_PRIORITY_BELOW_NORMAL is -1 (decrease parallel port's priority).

Printer Tips:

Improve print spooling performance
RAW data mode
Print to a file
Steps to Manually Remove and Reinstall a Printer Driver
Add Printer Panel icon to Windows NT Start Menu
Restrict the ability to add print drivers to Administrators and Print Operators
Hide shared printer
How to Configure Printers on FPNW to Service Pserver.nlm
Submit print jobs to wait afterhours to print
Print Server Migration Utility
NT Parallel Port Thread Priority
Set how long the port thread waits before giving up
Control printer popup messages
Printer Available Broadcasts
How to install a network printer only once for all users of the NT workstation
HP Web JetAdmin
Allow Print Operators to add a printer
Drag and Drop Printing
Add a printer failed with message "Operation could not be completed. The RPC server is unavailable."
Don't Get Notified When Remote Documents Are Printed



wealth of useful detail