clivebuckwheat Posted September 20, 2008 Posted September 20, 2008 I can't seem to change the time from 10 to 30 minutes. with this. Is there a way to change the time in unattended mode?. Neither one of my options worked."ScreenSaverIsSecure"="1""ScreenSaveTimeOut"="1800""ScreenSaveActive"="1""SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\logon.scr"KEY_CURRENT_USER = &H80000001strComputer = "."Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")strKeyPath = "Control Panel\Desktop"objReg.CreateKey HKEY_CURRENT_USER, strKeyPathValueName = "ScreenSaveTimeout"strValue = "1800"objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now