Re: [python-win32] Track-session-events

2016-06-09 Thread Tim Roberts
Rodriguez Orjuela, Jose Luis wrote: > > > I am writing a python script to track laptop usage. So far I am able > to do simple stuffs username, machine, logon time, ip address, etc. > Now I am trying to capture user logoff and sessions changes (screen > lock). Related to user sessions I found a gr

Re: [python-win32] Track-session-events

2016-06-09 Thread Rodriguez Orjuela, Jose Luis
Tim thank you for responding. I did some reading and now I am more familiar with windows services. Basically yes I want to create a service to do the following: 1) Track logon time - send info to remote mongoDb 2) Track plugged/unplugged devices, battery level and some apps - send info to remot