Jump to content

Recommended Posts


Posted

;Set wallpaper, screensaver, etc. properties
[HKEY_CURRENT_USER\Control Panel\Desktop]
"PowerOffActive"="0"
"PowerOffTimeOut"="0"
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="1000"
"ScreenSaveActive"="0"
"TileWallpaper"="0"
"Wallpaper"=""
"WallpaperStyle"="0"
"OriginalWallpaper"=""
"WheelScrollLines"="3"
"Pattern Upgrade"="TRUE"
"PrevWallpaper"=""
"PrevTileWallpaper"="0"

Look at the one's starting with screensave*

Posted

k.. tried them... but it won't work!

screensaver is still active.

First I used this reg key's:

;Disable ScreenSaver
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
"ScreenSaveActive"=dword:00000000
[-HKEY_CURRENT_USERS\Control Panel\Desktop\SCRNSAVE.EXE]

This didn't work, so I tried your reg key's:

[HKEY_CURRENT_USER\Control Panel\Desktop]
"PowerOffActive"="0"
"PowerOffTimeOut"="0"
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="1000"
"ScreenSaveActive"="0"

but that doesn't work either....

Am I doing anything wrong?

Posted

I used RegShot and came up with this:

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="0"
[-HKEY_CURRENT_USER\Control Panel\Desktop\SCRNSAVE.EXE]

Posted

Extract file LUNA.TH_ from your I386 folder and open this file with notepad (LUNA.THE)

Change...

ScreenSaveActive = 1

to

ScreenSaveActive = 0

------------------------------------

You can use the above registry entries to make sure it is disable

Posted
I used RegShot and came up with this:

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="0"
[-HKEY_CURRENT_USER\Control Panel\Desktop\SCRNSAVE.EXE]

k, Tried it, and that also isn't working :(

Posted

Probeer dit eens werkte bij mij wel

;This disables the screensaver

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]

"ScreenSaveActive"=dword:00000000

[HKEY_CURRENT_USER\Control Panel\Desktop]

"ScreenSaveActive"="0"

"SCRNSAVE.EXE"="(none)"

Posted

if you don't like to modify your theme file.

;disable WallPaper & ScreenSaver
[HKEY_CURRENT_USER\Software\Microsoft\Plus!\Themes\Apply]
"Desktop wallpaper"="0"
"Screen saver"="0"
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"=""
"SCRNSAVE.EXE"=""

  • 2 weeks later...
Posted

for windows XP is SZ

and in 2000,2003 is dowrd (Docs said that)

;This disables the screensaver

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]

"ScreenSaveActive"="0" <<<< this is SZ not dword

works fine for me

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...