Re: Idle Time/ Disconnected?
I don't know if it is useful for you, but my thought was to make a screen saver. After it runs for 5 hours, send the email. This obviously won't do if the user can change their screen saver.
Re: Idle Time/ Disconnected?
Hi kebo.
I had that thought too.
However trouble is that i doubt this will work when they are disconnected.
Re: Idle Time/ Disconnected?
What id like to be able to do is read the status from the Terminal Services Manager (control Panel, Administrative tools, Terminal Services Manager) and get from there the State and Idle Time for the current user.
That way i could run my program as a service, have it check these every 10 mins or so and then report back to myself.
I cant seem to find anyway to find these variables though.
Ive went through the GetCurrent and Environment commands but these dont seem to do it.