Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure the Screensaver Used When No One is Logged On to a ComputerContent of Configure the Screensaver Used When No One is Logged On to a Computer.vbsMD5 Hash: C7995437E8FC9D0F609E9256718D96C4 |
||
Const HKEY_USERS = &H80000003
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = ".Default\Control Panel\Desktop" ValueName = "SCRNSAVE.EXE" strValue = "C:\WINDOWS\System32\Script Center.scr" objReg.SetStringValue HKEY_USERS, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |