I have posted recently same question, but not answered. Now I will explain what i want...
there is an Audit Failure event in windows id: 4625, it is fired when wrong password is entered in windows log on screen, I want to capture that specific event in my java application. I have googled so many times but not found any answer.
I found another way that, in Event Policy setting of windows, I search for Audit Failure Event, than I attach task to that event manually, so whenever that event occurs, schedule task runs my program (which is attached to that Audit Failure Event).
I want that, can i catch that event in java OR is it possible to add entry programmatic-ally in schedule task that runs my task whenever Audit Failure Event is occurred.
Any help will be appreciated, I am in this situation for 1 year and didn't found any solution..
thanks