Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Default Web page settings for Set the home page URLContent of Configure Default Web page settings for Set the home page URL.vbsMD5 Hash: 3F48C21773D9C7AB086A00A14E746B5C |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "Start Page" strValue = "http://www.microsoft.com" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |