log in notification

  • Thread starter Thread starter tony bobo
  • Start date Start date
T

tony bobo

I need come up with a way that when the engineers in my office sign into
their computers (using windows xp) it sends a notice to the secretary in
another location. I do not know how to do this and would appreciate any
help given. TIA.
 
Replied to [tony bobo]s message :
I need come up with a way that when the engineers in my office sign into
their computers (using windows xp) it sends a notice to the secretary in
another location. I do not know how to do this and would appreciate any
help given. TIA.


Easy,,, put a script in :
C:\Documents and settings\UserName\Start Menu\Programs\Startup
that does something. A script can do anything ..


→ Ayush [ Good :-) Luck ]
 
I need come up with a way that when the engineers in my office sign into
their computers (using windows xp) it sends a notice to the secretary in
another location. I do not know how to do this and would appreciate any
help given. TIA.

Are they in a domain?

Why not create a startup batch file to copy to each of their computers,
in the ALL USERS startup folder, that sends an email when anyone logs
in?

You could also do this in a login script if they are in a domain.

What are you going to do if they don't login, but just lock their
computer and unlock it when they return?
 
Back
Top