Hi All,
I just want to know if any way to capture Active window with timing means from how many times someone used any application in windows-10, I need that date using asp.net c#.
From that data, however, I can easily know which users had to spend how much time on computers with a particular application.

Amit GuptaPosted May 10, 2019, 9:16 AM
Manoj BhoirPosted May 10, 2019, 11:28 PM
The browser javascript environment is very carefully protected and isolated from your system for privacy and security reasons. If one could do what you were just asking for then any web page on the internet could see exactly what programs you were running and could send that info back to their own servers.
If you are willing to loosen up your security settings, some versions of IE contain some ability to access OS information, but you should realize that if you do loosen up your security settings, then unknown web pages may be able to access this info or take actions in your OS also. Other browsers don't even contain this capability for regular web pages. With only one browser supporting this and only when security restrictions are relaxed, this is not a general purpose browser capability in any way.