Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System



Reply
 
LinkBack Thread Tools
  #1  
Old 03-22-2007, 06:00 AM
IT
Newsgroup Contributor
 
Posts: n/a
Logon screen saver

Hello

I have Windows XP machine running a special software (allows mutiple users
on same computer) when the compute is at the logon screen, after about 15 it
goes to the logon screen saver, if I disable the logon screen saver, the
screen goes blank, my problem is, in either way that makes my "special
software" not work properly, my question is: how can I keep the screen on the
logon prompt, without going to the screen saver or blank scree.

thanks
--
IT
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-22-2007, 06:00 AM
  #2  
Old 03-22-2007, 07:03 AM
nass
Newsgroup Contributor
 
Posts: n/a
RE: Logon screen saver



"IT" wrote:

> Hello
>
> I have Windows XP machine running a special software (allows mutiple users
> on same computer) when the compute is at the logon screen, after about 15 it
> goes to the logon screen saver, if I disable the logon screen saver, the
> screen goes blank, my problem is, in either way that makes my "special
> software" not work properly, my question is: how can I keep the screen on the
> logon prompt, without going to the screen saver or blank scree.
>
> thanks
> --
> IT


Through the Screen saver Option you can set the wait to Zero(0) and also the
Power Option Button on the same Window ( Screen saver Tab) and Under Power
schemes make your changes to Never or longer time.
HTH.
nass
==
www.nasstec.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3  
Old 03-22-2007, 07:30 AM
IT
Newsgroup Contributor
 
Posts: n/a
RE: Logon screen saver

Hello,

Thanks for the quick response, but would that prevent the screen from going
blank or logon screen saver, that is before you log on to the machine. I
want it to keep displaying the logon screen, is that possible.

Thanks
--
IT


"nass" wrote:

>
>
> "IT" wrote:
>
> > Hello
> >
> > I have Windows XP machine running a special software (allows mutiple users
> > on same computer) when the compute is at the logon screen, after about 15 it
> > goes to the logon screen saver, if I disable the logon screen saver, the
> > screen goes blank, my problem is, in either way that makes my "special
> > software" not work properly, my question is: how can I keep the screen on the
> > logon prompt, without going to the screen saver or blank scree.
> >
> > thanks
> > --
> > IT

>
> Through the Screen saver Option you can set the wait to Zero(0) and also the
> Power Option Button on the same Window ( Screen saver Tab) and Under Power
> schemes make your changes to Never or longer time.
> HTH.
> nass
> ==
> www.nasstec.co.uk

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4  
Old 03-22-2007, 08:15 AM
Ron
Newsgroup Contributor
 
Posts: n/a
RE: Logon screen saver

I believe to kill the screen saver at the logon prompt you have to modify a
registry setting for generic user as no distinct user settings are currently
applied.

HKEY_USERS\.DEFAULT\Control Panel\Desktop\
ScreenSaveActive set to 0


"IT" wrote:

> Hello,
>
> Thanks for the quick response, but would that prevent the screen from going
> blank or logon screen saver, that is before you log on to the machine. I
> want it to keep displaying the logon screen, is that possible.
>
> Thanks
> --
> IT

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5  
Old 03-22-2007, 08:30 AM
IT
Newsgroup Contributor
 
Posts: n/a
RE: Logon screen saver

Hello Ron,

I did that, but if you disable the screen saver, the screen will go blank
and that is what I do not want. What might fix my problem is set the
"screensavetimeout" to much longer time so it does not run.

Thanks
--
IT


"Ron" wrote:

> I believe to kill the screen saver at the logon prompt you have to modify a
> registry setting for generic user as no distinct user settings are currently
> applied.
>
> HKEY_USERS\.DEFAULT\Control Panel\Desktop\
> ScreenSaveActive set to 0
>
>
> "IT" wrote:
>
> > Hello,
> >
> > Thanks for the quick response, but would that prevent the screen from going
> > blank or logon screen saver, that is before you log on to the machine. I
> > want it to keep displaying the logon screen, is that possible.
> >
> > Thanks
> > --
> > IT

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6  
Old 03-22-2007, 01:00 PM
Wesley Vogel
Newsgroup Contributor
 
Posts: n/a
Re: Logon screen saver

HKEY_USERS\.DEFAULT\Control Panel\Desktop
ScreenSaveTimeOut

<quote>
When you start Windows, you may be presented with the Windows XP welcome
screen, which prompts you click your user name to begin, or you may be
presented with a Welcome to Windows dialog box that prompts you to press
CTRL+ALT+DEL to log on. By default, if you do not press a key for 10
minutes, the Windows logon screen saver (Logon.scr) starts.

Change the Logon Screen Saver Timeout Time
You can also change the time that elapses before the logon screen saver
starts. The default setting is 600 seconds (10 minutes).

To change the length of time before the logon screen saver starts, follow
these steps.

WARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.

1. Click Start, and then click Run.
2. In the Open box, type regedit and then click OK.
3. In the Registry Editor window, locate the following registry key:

HKEY_USERS\.DEFAULT\Control Panel\Desktop

4. In the right pane, double-click ScreenSaveTimeOut.
5. In the Edit String dialog box that appears, type the number of seconds
after which you want the screen saver to start in the Value data box, and
then click OK. For example, if you want the screen saver to start after 5
minutes, type 300.
6. Click Exit on the File menu to quit Registry Editor.
The length of time that elapses before the logon screen saver starts is
changed to the value that you specified.
<quote>
from...
How to change the Windows Logon screen saver in Windows XP
http://support.microsoft.com/kb/314493

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:4F21D391-19F3-444E-994F-53331B2913D9@microsoft.com,
IT <IT@discussions.microsoft.com> hunted and pecked:
> Hello Ron,
>
> I did that, but if you disable the screen saver, the screen will go blank
> and that is what I do not want. What might fix my problem is set the
> "screensavetimeout" to much longer time so it does not run.
>
> Thanks
> --
> IT
>
>
> "Ron" wrote:
>
>> I believe to kill the screen saver at the logon prompt you have to
>> modify a registry setting for generic user as no distinct user settings
>> are currently applied.
>>
>> HKEY_USERS\.DEFAULT\Control Panel\Desktop\
>> ScreenSaveActive set to 0
>>
>>
>> "IT" wrote:
>>
>>> Hello,
>>>
>>> Thanks for the quick response, but would that prevent the screen from
>>> going blank or logon screen saver, that is before you log on to the
>>> machine. I want it to keep displaying the logon screen, is that
>>> possible.
>>>
>>> Thanks
>>> --
>>> IT


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logon screen saver won't kick in with Legal Notice showing clh Windows XP 8 12-05-2007 05:50 AM
New User Logon screen - how to revert to NO logon ? R T Windows XP 3 11-09-2007 02:40 PM
No logon screen after return from powersaver/screen saver KL Windows XP 1 03-07-2007 01:15 PM
XP boot stalls after XP Logo: no logon/select user screen: screen blanks out skid00skid00@yahoo.com Windows XP 5 01-04-2007 04:08 AM
Serene Screen Aquarium screen saver comes up sideways on Toshiba M200 Peter Stelman Windows XP Tablet PC Newsgroup 0 05-26-2004 09:11 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 11:05 PM.


2003 - 2010 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0