Process Logger


This little app logs the starting and stopping of Windows processes; I have used it for debug purposes. The visual log can be copied to the clipboard (in tab-separated format) for analysis and/or saving purposes.

This program is distributed as an executable rather than an installer. If Windows blocks execution, right-click the executable, select Properties, and check ‘Unblock’ in the security section at the bottom of the form.

Because the app uses the WqlEventQuery class to access system events, it must be run as an administrator (right-click executable —> Run as administrator).

Screenshot