Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Text for the Marquee Screen SaverContent of Change the Text for the Marquee Screen Saver.vbsMD5 Hash: 3FADC6EBB084CC9416EE4CD6175AA44D |
||
Const HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Screen Saver.Marquee" strValueName = "Text" strStringValue = FormatDateTime(Date, vbLongDate) objRegistry.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strStringValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |