01-29-05 07:47 AM
seabat wrote:
>On 12 Jan 2005 09:03:39 -0800, tron9901@msn.com wrote:
>
>
>
>
>Why not just have the system administrator turn off the darn screen
>saver and be done with it. Is there some company by-law that states
>that you have to run a screen saver?
>
>
>
He said it was a system policy. I imagine it is org - wide. We have
the same thing. I wrote and compiled an AutoHotkey script that does
this. I turn it on and off when I need it. I suppose it could be done
in Autoit too. It presses the numlock key twice every five minutes.
Loop:
Send, {NUMLOCK 2}
sleep, 300000
goto, loop
That easy.
John Hood
Web Site www.jhoodsoft.org
"The best home and business free software, no ads, no time limits, no
fluff."
"No kidding."
[ Post a follow-up to this message ]
|