Posts

Showing posts from January, 2018

Windows - How to show print document name in event viewer

By default Windows Server does not save documents name in event viewer. To change this just add the key below. [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows NT\Printers]  "ShowJobTitleInEventLogs"=dword:00000001 You don't have to restart the service to see your documents name.