Jump to content

Disable screen saver during unattended install.


Recommended Posts


;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*

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)"

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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