Windows 7 screen saver

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Windows 7 screen saver

Post by CableDude »

How in the world to you get the screen saver to activate when it is at the control-alt-del screen?
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

what? Let the time expire for it to start maybe?
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Sava700 wrote:what? Let the time expire for it to start maybe?
It has....hours later and no screen saver.
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

CableDude wrote:It has....hours later and no screen saver.
I'm guessing it has to be in some sort of desktop state, your going to have to force it to bring up a log in screen before it will sleep
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

It's gone now, but can be brought back by registry edit or policy change
http://social.answers.microsoft.com/For ... 38480948d8
MORNING WOOD Lumber Company
Guinness for Strength!!!
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Looks like I am going to have to do this:

Since I am not permitted to enter a URL, as a new member, the following is from InsideTheRegistry:

One of the little things that Windows 7 appears not to have which Vista did was a screensaver at the logon screen. A user recently inquired about how to enable this on the Microsoft Answers forum so I thought I would put together a little post to help...

To enable the screensaver, first choose the screensaver you want. Look in C:\WINDOWS\SYSTEM32 for files with the .SCR extension - typically there are the following (at least on my Enterprise Installation)...

- SSTEXT3D - 3D Text
- BUBBLES.SCR - Bubbles
- MYSTIFY.SCR - Mystify
- PHOTOSCREENSAVER.SCR - Photos
- RIBBONS.SCR - Ribbons

One of the things to be aware of is that you don't appear to have Direct3D support at the logon screen so the builtin screensavers above won't work. Unless you have another file you might want to grab the LOGON.SCR file from an earlier operating system.

Once you have your screensaver (in my case LOGON.SCR), open your registry editor and navigate to the following key -

HKEY_USERS \ .Default \ Control Panel \ Desktop

Below this key create the following REG_SZ values...

SCRNSAVE.EXE = C:\WINDOWS\SYSTEM32\LOGON.SCR (or whatever your file is called).
ScreenSaveActive = 1
ScreenSaveIsSecure = 0
ScreenSaveTimeOut = 60 (or whatever timeout you want in seconds)

That's it - you'll have your screensaver at the logon screen then. If you need any help let me know in the comments section below.



FML!
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

YeOldeStonecat wrote:It's gone now, but can be brought back by registry edit or policy change
http://social.answers.microsoft.com/For ... 38480948d8
Thanks will give it a try tomorrow

If I have time. :rolleyes:
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Will have to grab logon.scr from Vista since none of the Built in stuff with 7 don't work. :rolleyes:

Really starting to dislike 7.
Post Reply