This is Interesting: Free IT Magazines  
Home > Archive > Windows 2000 General > February 2005 > Need a "keep alive" to prevent screen saver from starting





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Need a "keep alive" to prevent screen saver from starting
tron9901@msn.com

2005-01-12, 6:00 pm

My Windows 2000 Professional workstation has a group policy that
enables the the Windows login screen saver. The workstation will switch
to a locked status if no keystrokes or mouse movements are detected for
10 minutes.

Is there a script, utility, etc. that I can run that will prevent the
screen saver from starting? Any suggestions are greatly appreciated.
Thanks.

Dave

2005-01-12, 6:00 pm

you might try occasionally doing some work.

<tron9901@msn.com> wrote in message
news:1105549419.225563.178370@c13g2000cwb.googlegroups.com...
> My Windows 2000 Professional workstation has a group policy that
> enables the the Windows login screen saver. The workstation will switch
> to a locked status if no keystrokes or mouse movements are detected for
> 10 minutes.
>
> Is there a script, utility, etc. that I can run that will prevent the
> screen saver from starting? Any suggestions are greatly appreciated.
> Thanks.
>



Danny Sanders

2005-01-12, 6:00 pm

Does it need to run in order to comply with federal regulations?
What would the repercussions be if the domain Admin found this on your
computer?


Hate to see someone loose their job over a screen saver.

hth
DDS W 2k MVP MCSE

"Dave" <noone@nowhere.com> wrote in message
news:OnO4qrM#EHA.3504@TK2MSFTNGP12.phx.gbl...
> you might try occasionally doing some work.
>
> <tron9901@msn.com> wrote in message
> news:1105549419.225563.178370@c13g2000cwb.googlegroups.com...
>
>



Rick

2005-01-12, 6:00 pm

<tron9901@msn.com> wrote in message news:1105549419.225563.178370@c13g2000cwb.googlegroups.com...
> My Windows 2000 Professional workstation has a group policy that
> enables the the Windows login screen saver. The workstation will switch
> to a locked status if no keystrokes or mouse movements are detected for
> 10 minutes.
>
> Is there a script, utility, etc. that I can run that will prevent the
> screen saver from starting? Any suggestions are greatly appreciated.
> Thanks.


I use a small (free) third-party utility called SS.EXE. Search Google
for it.

But also heed the prior responses. The best/safest way is to contact
your system administrator and explain the issue you're having.


Rick

2005-01-12, 6:00 pm

"Rick" <me@privacy.net> wrote in message news:uARYzON%23EHA.1452@TK2MSFTNGP11.phx.gbl...
> <tron9901@msn.com> wrote in message news:1105549419.225563.178370@c13g2000cwb.googlegroups.com...
>
> I use a small (free) third-party utility called SS.EXE. Search Google
> for it.
>
> But also heed the prior responses. The best/safest way is to contact
> your system administrator and explain the issue you're having.


Just a follow-up.. There appear to be other, less desirable
utilities which are also called SS.EXE (trojans, spyware etc).
Here's one you might be more interested in, if you can't find
the correct SS.EXE:
http://www.grc.com/wizmo/wizmo.htm

See the utility's AUTOBLANK option which disables or
enables your screensaver (0=disable, 1=enable).


seabat

2005-01-12, 6:00 pm

On 12 Jan 2005 09:03:39 -0800, tron9901@msn.com wrote:
[vbcol=seagreen]

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?

--
The Seabat
Geoff Cashman

2005-01-12, 6:00 pm

In article <OnO4qrM#EHA.3504@TK2MSFTNGP12.phx.gbl>,
Dave <noone@nowhere.com> wrote:
>you might try occasionally doing some work.


Maybe he has a job that doesn't require operating his computer nonstop?

Good grief.

-Geoff

>
><tron9901@msn.com> wrote in message
>news:1105549419.225563.178370@c13g2000cwb.googlegroups.com...
>
>



Malcolm Reeves

2005-01-13, 7:49 am


On 12 Jan 2005 09:03:39 -0800, tron9901@msn.com wrote:

>Is there a script, utility, etc. that I can run that will prevent the
>screen saver from starting? Any suggestions are greatly appreciated.
>Thanks.


Does pressing the windows key work? This brings up the start menu and
used to be a way of stopping the screen saver from starting in windows
AFAIR.


--

Malcolm

Malcolm Reeves BSc CEng MIEE MIRSE, Full Circuit Ltd, Chippenham, UK
(mreeves@fullcircuit.com, mreeves@fullcircuit.co.uk or mreeves@iee.org).
Design Service for Analogue/Digital H/W & S/W Railway Signalling and Power
electronics. More details plus freeware, Win95/98 DUN and Pspice tips, see:

http://www.fullcircuit.com or http://www.fullcircuit.co.uk

NEW - www.CharteredConsultant.co.uk - The Consultant A-List
mike555

2005-01-14, 7:52 am


============= "Caffeine"
Prevent your PC from activating a screen saver or locking
http://www.zhornsoftware.co.uk/ =======

John Hood

2005-01-29, 2: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."
Jay Somerset

2005-01-29, 5:55 pm

There is a little utility called Caffeine that will do this very neatly for
you. It sits in the system tray, and you can enable/disable it with two
mouse-clicks.

You can download it from a variety of soureces -- search for "caffeine.exe"
on Google, or Yahoo.


On Fri, 28 Jan 2005 23:32:36 -0600, John Hood <JohnHood@wi.rr.com> wrote:

> seabat wrote:
>
> 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."


Todd H.

2005-01-29, 5:55 pm

John Hood <JohnHood@wi.rr.com> writes:[vbcol=seagreen]
> seabat wrote:
>

Anyone else thinking about hte Simpsons episode where Homer got to
work at home? To make it look like he was working, he put one of
those glass birds than dipped its head and came back up at his
keyboard, and the scene pans to him sleeping in his office chair and
drooling.

Wonder where you can get one of those birds...

--
Todd H.
http://www.toddh.net/
Andy

2005-01-30, 2:51 am

On 29 Jan 2005 14:38:03 -0600, comphelp@toddh.net (Todd H.) wrote:

>John Hood <JohnHood@wi.rr.com> writes:
>
>Anyone else thinking about hte Simpsons episode where Homer got to
>work at home? To make it look like he was working, he put one of
>those glass birds than dipped its head and came back up at his
>keyboard, and the scene pans to him sleeping in his office chair and
>drooling.
>
>Wonder where you can get one of those birds...


Google drinking bird, drinking birds, bird drinking happy, drinking
happy bird, dippy bird, thirsty bird, drinking bird toy, bird drinking
thermodynamic, the drinking bird
tron9901@msn.com

2005-02-20, 6:27 pm

Jay, Caffeine works like a champ! Just what I was looking for.

- It doesn't require changing the registry, policies, or anything else
on my workstation.

- It doesn't require installing any program, scripting language, etc.
on my workstation. It's a standalone application that I can launch
simply by double-clicking it.

- It sits in the system tray and therefore doesn't have to be a
minimized application on my taskbar.

- I can easily toggle back and forth between enabling/disabling it.

- The keypress that it simulates, Shift, is probably the least
intrusive.

- It's Freeware. (Free is always good.)

Of all the solutions offered (and thanks to everyone who did so) yours
was the best. Thanks!


Jay Somerset wrote:
> There is a little utility called Caffeine that will do this very

neatly for
> you. It sits in the system tray, and you can enable/disable it with

two
> mouse-clicks.
>
> You can download it from a variety of soureces -- search for

"caffeine.exe"
> on Google, or Yahoo.
>
>
> On Fri, 28 Jan 2005 23:32:36 -0600, John Hood <JohnHood@wi.rr.com>

wrote:[vbcol=seagreen]
>
that[vbcol=seagreen]
will switch[vbcol=seagreen]
detected for[vbcol=seagreen]
prevent the[vbcol=seagreen]
appreciated.[vbcol=seagreen]
screen[vbcol=seagreen]
states[vbcol=seagreen]
have[vbcol=seagreen]
does[vbcol=seagreen]
done[vbcol=seagreen]
minutes.[vbcol=seagreen]
no[vbcol=seagreen]

Howard Schwartz

2005-02-20, 6:27 pm

I would add, a little program called, ``wizmo'' by steve Gibson -- a
command line program that will simply turn the screen saver/blanker on
or off, as well as a number of other screen related functions. You need
no keep alive if the screen saver is off. Just start it up again, with
wizmo, after you finish your long download or whatever.

tron9901@msn.com wrote in news:1108752318.944708.262440
@z14g2000cwz.googlegroups.com:

> Jay, Caffeine works like a champ! Just what I was looking for.
>
> - It doesn't require changing the registry, policies, or anything else
> on my workstation.
>


----== Posted via webservertalk.com - Unlimited-Uncensored-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com