I would like to get the information about the application usage in Windows. I have found Sysmon which logs the process creation and termination, however I would like to have more detailed data.
For example, if I have 5 opened applications the whole day, but I only interact (click, write) with Word and Chrome, is there any native possibility to obtain such information?
I do not want only:
10:00;Word.exe;created
10:01;Chrome.exe;created
10:32;VS.exe;created
10:54;Notepad.exe;created
10:58;VLC.exe;created
But I want additional information about the actual time of the application usage like:
Word.exe;10:00;10:01
Chrome.exe;10:01;10:05
Word.exe;10:05;10:08
Chrome.exe;10:08;10:12
Word.exe;10:12;10:18
Chrome.exe;10:18;10:19
Source: Windows Questions