"Punch card" application

2

1

Our main-con manager is looking for a "punch card" type of attendance-logging application. We need to take attendance every day, and the most "automatic" method is simply to track when people unlock their Windows desktop screen (not logon, because many simply leave the computer on indefinitely), and report to a remote location/repository, where the administrator will be able to observe which users unlocked their screens each day.

Has anybody come across such an application suite? It likely has to be a Windows service so that it operates regardless of who is logged into the system.

icelava

Posted 2010-05-12T09:49:22.680

Reputation: 1 589

Answers

1

Screen Pass - Creates event log entries of lock/unlocks as well as logon/logoff. Output can also be piped to a database of your choosing. Does cool stuff with screen savers too!

http://screenpass.net/

Jacob's list

Posted 2010-05-12T09:49:22.680

Reputation: 26

i've managed to get it to log events down to an SQL Server database via ODBC DSN. But in order to get a useful report, one has to write own custom application, extend the database schema, to make a comprehensive query on each day's activities. – icelava – 2010-05-13T07:50:16.220