Windows 7 screen saver
Windows 7 screen saver
How in the world to you get the screen saver to activate when it is at the control-alt-del screen?
- YeOldeStonecat
- SG VIP
- Posts: 51171
- Joined: Mon Jan 15, 2001 12:00 pm
- Location: Somewhere along the shoreline in New England
It's gone now, but can be brought back by registry edit or policy change
http://social.answers.microsoft.com/For ... 38480948d8
http://social.answers.microsoft.com/For ... 38480948d8
MORNING WOOD Lumber Company
Guinness for Strength!!!
Guinness for Strength!!!
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!
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!
Thanks will give it a try tomorrowYeOldeStonecat wrote:It's gone now, but can be brought back by registry edit or policy change
http://social.answers.microsoft.com/For ... 38480948d8
If I have time.
