jdhitsolutions / MyMonitor

A PowerShell module for tracking where you spend your time. Use the commands in this module to track how much time you are spending on different activities based on how long a selected window is active.
Other
20 stars 8 forks source link

Improve reporting for missing application #2

Closed jdhitsolutions closed 8 years ago

jdhitsolutions commented 8 years ago

When capturing you can get an item like this: Time : 00:02:16.4842445 Application : WindowTitle : Untitled - Open Live Writer Product : Open Live Writer

But when reporting by application this will be a null value. Search the WindowTitle for a matching application in the categories.xml file.

jdhitsolutions commented 8 years ago

Or use the Product for the Application property value.

jdhitsolutions commented 8 years ago

Fixed in v2.2.