Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Internet Explorer Title BarContent of Change the Internet Explorer Title Bar.vbsMD5 Hash: 37195F18DD9477FF5CB59BD5F214BDBD |
||
Const HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main" strValueName = "Window Title" strValue = "The Scripting Guys" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |