When an user logs in to his pc, we need to perform a certain task, but this task should only be done once a day.
So if the user logs in/out several times a day, only the first time the task should start.If the uses leaves his pc active for more then 24hours, the task should also start each 24hours.
How can we have both conditions met with the windows task scheduler?