Logon Screensaver settings?

Ceyarrecks

New member
Local time
8:29 AM
Messages
6
Excuse me Please: I would like to ask assistance in understanding this project on my win7p64 install.

I have already placed the reg key to allow the use and timing of a specific screensaver: [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "ScreenSaveActive"="1" "ScreenSaveTimeOut"="120" "SCRNSAVE.EXE"="C:\\Windows\\System32\\BT3dSaver.scr"

However, this scr does have configuration(s) or resolution, color depth and directory location. these are certain available when used within a user acct. It does not seem to work on the logon environment.

When I previously used within in a winXP pro install, I posted its registry settings as follows:

[HKEY_CURRENT_USER\Software\Battletech 3d Screensaver] [HKEY_CURRENT_USER\Software\Battletech 3d Screensaver\BT3dSaver]
[HKEY_CURRENT_USER\Software\Battletech 3d Screensaver\BT3dSaver\Config]
"Mechlist"="mech.lst"
"Pfad"="C:/BTSaver/"
"BPP"=dword:00000002
"Size"=dword:00000002
"Sound"=dword:00000000
"Test"=dword:00000000

[HKEY_CURRENT_USER\Software\Battletech 3d Screensaver\BT3DSA~1] [HKEY_CURRENT_USER\Software\Battletech 3d Screensaver\BT3DSA~1\Config]
"Mechlist"="mech.lst"
"Pfad"="C:/BTSaver/"
"BPP"=dword:00000002
"Size"=dword:00000002
"Sound"=dword:00000000
"Test"=dword:00000000

yet these do not affect win7p64. What "user" is the win7 logon environment? or am I asking the right question? where within the registry am I to populate the configuation needed to allow the scr to function as expected. (primarily resolution/color depth)

Thank you kindly for the assistance.
CAH
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
win7p64
CPU
2.40 gigahertz Intel Pentium Dual
Motherboard
Dell Inc. 0G214D A00
Memory
6GB
Graphics Card(s)
ATI Radeon HD 3450
Sound Card
integrated
Monitor(s) Displays
DELL 1905FP & DELL E193FP
Screen Resolution
1280x1024
Internet Speed
[email protected]/s
Browser
Firefox v48
The login screen runs as the special user "system", not any user that you would set though control panel.
You just need to use the correct profile keys in the registry and it will use those.

The error is in the second registry file:
HKEY_CURRENT_USER\Software\Battletech 3d Screensaver

Here, you're changing settings to the "current user" profile (that is, the user account that runs regedit at that moment). Use the "system" profile instead, as you've used in the first examples you posted:

HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver

That should do the trick by putting the entries in the correct user-specific key. Just remember that HKEY_CURRENT_USER is merely a shortcut to a key in HKEY_USERS pointing to the current user, so replace it accordingly to the desired user.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Thank you kindly for the response.

I did as suggested:

[HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver]

[HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver\BT3dSaver]

[HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver\BT3dSaver\Config]
"Mechlist"="mech.lst"
"Pfad"="C:/BTSaver/"
"BPP"=dword:00000002
"Size"=dword:00000002
"Sound"=dword:00000000
"Test"=dword:00000000

[HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver\BT3DSA~1]

[HKEY_USERS\.DEFAULT\Software\Battletech 3d Screensaver\BT3DSA~1\Config]
"Mechlist"="mech.lst"
"Pfad"="C:/BTSaver/"
"BPP"=dword:00000002
"Size"=dword:00000002
"Sound"=dword:00000000
"Test"=dword:00000000
which I also searched Current Users to verify what was set in the Display settings, and these match for resolution and color depth.

Yet the logon use of the screensaver still seems to either be ignoring the users\.default, or I am still lacking in understanding to see the problem.

This seems to recall a distant memory of dealing with this same type of issue with XP, hence my statement and use of the current user listings.

I want to thank you again for the continued assistance.

CAH
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
win7p64
CPU
2.40 gigahertz Intel Pentium Dual
Motherboard
Dell Inc. 0G214D A00
Memory
6GB
Graphics Card(s)
ATI Radeon HD 3450
Sound Card
integrated
Monitor(s) Displays
DELL 1905FP & DELL E193FP
Screen Resolution
1280x1024
Internet Speed
[email protected]/s
Browser
Firefox v48
Back
Top