![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Change the Internet Explorer Title Bar
|
||
|
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 :: | ||