Screensaver

  • Thread starter Thread starter Pieter
  • Start date Start date
P

Pieter

Hello group,

Does anyone knows how to activate a screensaver for all users?
I have added the screensaver component.

Adding the following keys did not do the tric.

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects]
"Options"=dword:00000001
"Type"=dword:00000006
"TextureFileOffset"=dword:00000014
"AllScreensSame"=dword:00000000
"Tesselation"=dword:000000c8
"Size"=dword:0000004b
"Texture"="C:\\WINDOWS\\system32\\screen.bmp"

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects\Screen
1]
"Leave Black"=dword:00000000
"Disable Hardware"=dword:00000000
"Width"=dword:00000000
"Height"=dword:00000000
"Format"=dword:00000000
"Adapter ID"=hex:66,8e,b7,d7,72,52,cf,11,4a,ef,40,65,a6,c2,cb,35

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects\Screen
2]
"Leave Black"=dword:00000000
"Disable Hardware"=dword:00000000
"Width"=dword:00000000
"Height"=dword:00000000
"Format"=dword:00000000
"Adapter ID"=hex:cc,1e,b7,d7,80,43,cf,11,9c,73,c4,20,e5,c2,cf,35


[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScreenSaveTimeOut"="600"
"ScreenSaverIsSecure"="0"
"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\ss3dfo.scr"

regards Pieter
 
Better newsgroups to ask this question would be
microsoft.public.windowsxp.general and microsoft.public.windowsxp.basics
since this is a general XP question.

I don't believe the code below would change the screensavers for all
existing users. It should work for any new user. Are you seeing problems
even for new users?

-Anand

Hello group,

Does anyone knows how to activate a screensaver for all users?
I have added the screensaver component.

Adding the following keys did not do the tric.

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects]
"Options"=dword:00000001
"Type"=dword:00000006
"TextureFileOffset"=dword:00000014
"AllScreensSame"=dword:00000000
"Tesselation"=dword:000000c8
"Size"=dword:0000004b
"Texture"="C:\\WINDOWS\\system32\\screen.bmp"

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects\Screen
1]
"Leave Black"=dword:00000000
"Disable Hardware"=dword:00000000
"Width"=dword:00000000
"Height"=dword:00000000
"Format"=dword:00000000
"Adapter ID"=hex:66,8e,b7,d7,72,52,cf,11,4a,ef,40,65,a6,c2,cb,35

[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Flying Objects\Screen
2]
"Leave Black"=dword:00000000
"Disable Hardware"=dword:00000000
"Width"=dword:00000000
"Height"=dword:00000000
"Format"=dword:00000000
"Adapter ID"=hex:cc,1e,b7,d7,80,43,cf,11,9c,73,c4,20,e5,c2,cf,35


[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScreenSaveTimeOut"="600"
"ScreenSaverIsSecure"="0"
"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\ss3dfo.scr"

regards Pieter
 
Back
Top