Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to REALLY change logon screen saver timeout time  (Read 5078 times)

0 Members and 1 Guest are viewing this topic.

BobLewiston

    Topic Starter


    Beginner

    Thanked: 2
    how to REALLY change logon screen saver timeout time
    « on: March 01, 2010, 09:40:37 PM »
    I've repeatedly tried to change my logon screen saver timeout time via

    Start | Run regedt32 | HKEY_USERS\.DEFAULT\Control Panel\Desktop\ScreenSaveTimeOut

    but although it faithfully stores the number of seconds I want, it keeps actually timing out after 10 minutes no matter what. It wouldn't matter otherwise, but having more than one user accounts necessitates reentering the password for the desired account as if you weren't even already logged in. So how do I make this really work?

    Azzaboi



      Apprentice
    • Aaron's Game Zone
    • Thanked: 37
      • Aaron's Game Zone
    • Experience: Experienced
    • OS: Windows 7
    Re: how to REALLY change logon screen saver timeout time
    « Reply #1 on: March 02, 2010, 01:01:22 AM »
    Hmm why not just do it though the control panel?

    Depending on your OS...

    Start / Control Panel
    Display
    Screen Saver Settings
    Tick the 'On Resume, display logon screen' and set the screen saver if you wish.
    Under the drop down to select the screen saver is a Wait: ?? minutes. It will be enabled now.
    Set the wait time, click apply and close.

    EDIT:
    or did you mean this: http://support.microsoft.com/kb/811329
    I might of misread what you are doing. Ensure your the system Admin to make that registry change.

    Also you might want to set this value, if you don't want the password protection:
    HKEY_CURRENT_USER\Control Panel\Desktop:
    "ScreenSaverIsSecure" = "0"
    « Last Edit: March 02, 2010, 01:12:27 AM by Azzaboi »
    Aaron's Game Zone
    The best free online flash games: http://azzaboi.weebly.com

    Play Games - Play free games at Play Games Arcade

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: how to REALLY change logon screen saver timeout time
    « Reply #2 on: March 02, 2010, 01:15:40 AM »
    Hmm why not just do it though the control panel?

    Depending on your OS...

    Start / Control Panel
    Display
    Screen Saver Settings
    Tick the 'On Resume, display logon screen' and set the screen saver if you wish.
    Under the drop down to select the screen saver is a Wait: ??? minutes. It will be enabled now.
    Set the wait time, click apply and close.

    I don't think that applies to the logon screensaver.

    I've noticed myself with XP; you can change the screensaver using the control panel, but if you log off the screensaver is always the windows logo screensaver. It never bothered me enough to explore how to change it, though. But it's worth exploring, I suppose.


    a good guess is the "default" key here-examining HKEY_USERS\.DEFAULT\Control Panel\Desktop reveals the mystery.

    the SCRNSAVE.EXE value here is set to "logon.scr"- this is neither the 3d-flowerbox I have set up in one account nor the space thing (or whatever I used) in the second test account.

    changing this entry to "ssmyst.scr" (the mystify your mind screensaver) and the screensavetimeout value to another value worked perfectly- when the PC is logged out of any user, it now uses the mystify your mind screensaver with the new timeout.
    reading over the OP again, we find that this method is not working! horrors!

    but:

    Quote
    It wouldn't matter otherwise, but having more than one user accounts necessitates reentering the password for the desired account as if you weren't even already logged in.

    Therefore I mention: the key mentioned only changes the screensaver properties while there is no user logged in- that is, while your sitting at the welcome screen or the logon dialog. When you are logged into a user account  (I really have no idea how fast user switching would affect this) then it's screensaver settings are in effect- including password.

    Try changing the options using the UI as Azzaboi suggests. (if you don't want a password box, for example, untick "On Resume, password protect".

    I was trying to dereference Null Pointers before it was cool.