Login and track time on computer?

  • Thread starter Thread starter Stan W.
  • Start date Start date
S

Stan W.

I work at a school and we want to set up the computers in the lab so a
student has to log in with a username/password before gaining access to the
desktop, and somehow track the amount of time between the login and logout.
How can this be done with Windows so that all the info is captured on the
network server?

Is this easy to set up?

Any info out there?

Thanks!
 
If you plan to use a W2K domain environment, you could
use the FileSystemObject to write information to a text
file during logon / logoff. Simply add the FSO code to
the login and logout script in GP and store the text file
centrally on the server. You could import the data to an
Excel spreadsheet or and Access database for additonal
review. Email me if you have any questions on format,
code, etc.
-----Original Message-----
There is a small program called BGINFO.EXE on
www.sysinternals.com , this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top