0

Event id 4803 (Dismissal of a screen saver) is triggered immediately after Event id 4802 (Invoking a screen saver). Note that screen saver is actually still on till user interaction is detected.

enter image description here

I am using windows 8.1. On windows 7 Event id 4803 is emitted correctly i.e. after screen saver turns off triggered by user interaction.

Why is Event id 4803 triggered right after 4802?

Update: I've been testing out the screen saver invoke/dismissal mechanism by windows 7 and it seems that if youtube is enabled same thing occurs.

krizajb
  • 1,715
  • 3
  • 30
  • 43

1 Answers1

0

This is obvious... many video players do this... they block screensaver activation, so event log notes that 4802, saver active, then 4803 saver not active. This is the saver blocking logic working as expected, but that does not stop the events from being logged.