Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Connection settings for Use the HTTP 1.1 protocol when using a proxy serverContent of Configure Connection settings for Use the HTTP 1.1 protocol when using a proxy server.vbsMD5 Hash: F94719F755DC8DE6847F0E0BA07D35BC |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "ProxyHttp1.1" dwValue = 1 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |