Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Connection settings for Use the HTTP 1.1 protocol when connecting to Web serversContent of Configure Connection settings for Use the HTTP 1.1 protocol when connecting to Web servers.vbsMD5 Hash: AE88A930ECC77F92A1BBE3FC8112810C |
||
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 = "EnableHttp1_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 :: |