1

I'm trying to set up a personalized security option on my computer to take a picture using the webcam whenever someone tries to log onto my computer using an incorrect password. I've set up the task in the task scheduler, and I can get it to pass, but then the problem begins. When the task passes, it triggers like a million times and keeps going until I disable the task.

Does anybody know why it might be doing that and how to make it not?

EDIT: I'm not an expert at the task scheduler, but I think this is the Event log and trigger set.

EDIT: I fixed the recursive running issue by inserting the following into the batch file that was triggered:

<code>schtasks /change /tn "\Event Viewer Tasks\Task_Name" /DISABLE</code>

and checking the "run with highest privileges" box in the settings. This disables the task once it's been run, effectively stopping recursion.

However, now the program no longer runs at incorrect password until after I've logged in, defeating the purpose.

GDA
  • 11
  • 2

0 Answers0