Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Administrative settings for Configure the URL for obtaining new versions of the IEAKContent of Configure Administrative settings for Configure the URL for obtaining new versions of the IEAK.vbsMD5 Hash: 511D22DAF6FB3501C2BD01CF7CC25792 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "IEAKUpdateUrl" 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 :: |