Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Screen saver settings for Set the name of the screen saverContent of Configure Screen saver settings for Set the name of the screen saver.vbsMD5 Hash: EE997CCCEF303AB925AFA994BDB06E76 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Desktop" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "ScrnSave.exe" strValue = "C:\WINDOWS\System32\logon.scr" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |