Does Windows send any sort of message or command that can be interpreted by AutoHotKey to run a particular script AS the screensaver is about to activate? Example: my DVR software freezes/locks up my computer if it runs while the screensaver is active. I would like for AHK to close that window when the screensaver turns on, as this is controlled by Group Policy and not me locally.
I know I could create an AHK script that closes the window after 9 min of inactivity, but I would like to link it to the Windows activation of the screensaver if possible. Please advise! I have checked thru Google, SO, and the AHK docs. Thanks.