Click to See Complete Forum and Search --> : Preventing screensaver cut in


chardlb
08-22-2006, 03:10 AM
I have a web display application which needs to be left running unattended on client PCs (Windows XP), but the screensaver eventually cuts in.

Unfortunately, the default screensaver properties have been disabled and the policy is unlikely to change in a hurry.

Is there some simple way that I could spoof the workstation, by generating keypress events for example? I'd prefer a Javascript solution but I don't expect that Javascript would allow this sort of thing. All browsers are IE6.

ray326
08-22-2006, 12:40 PM
You can get away with just about anything with Active-X can't you?

chardlb
08-24-2006, 02:21 AM
Ray,
The "policy" that has hardwired the screensaver (with logon...hint) also makes Active-X a "don't even think about it" option.

ray326
08-24-2006, 11:51 AM
Well I doubt you'll be able to do something from the browser that is at a low enough level to simulate keystokes or make window manager calls.