Event recording during screen usage
Event recording during screen usage
I set up a webhook and a PowerShell script for control. For Windows automation, you’ll need to configure the task scheduler manually since it doesn’t have built-in triggers for inactivity. You can create a scheduled task that runs the script when no activity is detected or when a specific condition is met.
I'm unsure about a screen-off event, but jobs can be set for "On Idle," which works similarly to being off. Returning from idle might be more challenging. It seems there may be a method to start tasks based on events in Event Viewer, likely under the System section, so you could initiate it there.
Turning off the receiver doesn’t necessarily halt the monitor from coming back online after standby. It might not be actively keeping it awake, but it could still respond when you power it up again. Your concern about the receiver treating the monitor differently is understandable.