Configure and troubleshoot Print Spooler service
Print Spooler service is required to print documents or to install printers. If the service is not started, then it will instead give an error message (The usual solution is to start the service or clear the spool directory or reinstall printer drivers):
*Printer operation cannot continue due to lack of resources. The print subsystem is unavailable
The RPC Server Is Unavailable
Operation cannot be completed.*
More Info MS KB158042
More Info MS KB221092
More Info MS KB244921
More Info MS KB255197
More Info MS KB308028
More Info MS KB314085
More Info MS KB811348
More Info MS KB832219
To configure the priority of the print spooler threads use these DWORD registry values:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print]
SpoolerPriority = 1 (0 = Normal, 1 = Higher, 0xFFFFFFFF = Lower)
SchedulerThreadPriority = 1 (0 = Normal, 1 = Higher, 0xFFFFFFFF = Lower)
PortThreadPriority = 1 (0 = Normal, 1 = Higher, 0xFFFFFFFF = Lower)More Info MS KB103411
More Info MS KB156689
To configure the output to the EventLog:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Providers]
EventLog = 0 (0 = Disabled, 1 = Errors, 2 = Warnings, 4 = Informative, 7 = All)More Info MS KB115841
To configure whether to make a notify popup when print job finished. Open Control Panel -> Printers -> File-menu -> Server-Properties -> Advanced-Tab -> Untick “Notify when remote documents are printed”. (This should be reflected with this registry key)
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Providers]
NetPopup = 0 (0 = Disabled, 1 = Enabled)More Info MS KB283102
More Info MS KB122160
To configure whether shared printers should use bandwidth to announce themselves to the entire network (Internet included):
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print]
DisableServerThread = 1 (1 = Hidden, 0 = Visible in Network Neighborhood)More Info MS KB227908
More Info MS KB131902