Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Security settings for Use Integrated Windows AuthenticationContent of Configure Security settings for Use Integrated Windows Authentication.vbsMD5 Hash: 02CDDAF9F7EFA5AB3399A481A1385CD3 |
||
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 = "EnableNegotiate" 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 :: |