...now lets look at each of them and what they do...
ScreenSaverIsSecure is whether the screensaver should be password protected on resume. 1 = YES 0 = NO
ScreenSaveTimeOut is how many seconds of inactivity should trigger the screen saver. 900 = 15 minutes
ScreenSaveActive is whether the screen saver is enabled. 1 = YES 0 = NO
SCRNSAVE.EXE holds the fullpath to the screen saver (scr) file that is to be run. It is important to note that in Windows 95 and 98 this value is not held in the registry but rather is held in the SYSTEM.INI, this was changed by Microsoft when windows NT came out. Also, this value is removed from the registry if the screen saver is not activated...so if screen saver was NONE then it wouldn't show up in the registry.
So, in order to do what you want you will need to write to the registry. There are plenty of FAQs and threads on it here if you are not sure where to start...I personally use the registry.vcx that comes with VFP to handle editing the registry.
Slighthaze = NULL craig1442@mchsi.com
"Whom computers would destroy, they must first drive mad." - Anon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.