Disable Print Job Notification in Event Viewer


By default Windows NT server adds an entry in the event log for every print job occurring on the spooler. This can quickly fill up the event log with redundant information.

To disable this function, change the DWORD value for EventLog to "0".


Settings:
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Providers]
Name: EventLog
Type: REG_DWORD (DWORD Value)
Value: (0 = disable)

Popular Posts