Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PC Usage

Status
Not open for further replies.

pancake

Programmer
Aug 21, 2001
88
GB
I have an office audit to complete in the next few weeks to see if we can move staff around and double some up on desks.

What I want to know is there a way that I can interrogate a PC to look for periods of activity and inactivity so I know how much a PC is being used ?

Thanks.
 
Try looking in the Security log in Event Viewer, it should tell you when someone logs in and out.
 
Unfortunately that won't work, as our users can be lazy beggars and leave their PC switched on for days on end, and lock the screen. Also I need to know how long they were using the PC for not just if they were logged in or not.

Thanks
 
There's no absolutely certain way you can do this without writing some program that monitors the activity of the mouse and keyboard (I know of no such app).

One thing you could try is using System Monitor (Performance Monitor) to track usage over a period of time - it will create a log file you can later examine. Of course, this could take considerable time analyzing all the information, even in a small company.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top