Ok, so I found some code to check if a screensaver is running and kill it if I want to. This doesn\'t seem to work on Windows 7 PCs. Does anyone know how this code can be mo
The easiest way is to fake a mouse move event with x=y=0 by calling SendInput().