Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Internet sites security zone settings for Run script code on Web pages (Zone 3)Content of Configure Internet sites security zone settings for Run script code on Web pages (Zone 3).vbsMD5 Hash: D8AA7B5C885A4927686D8F86DE8C846D |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "1400" dwValue = 0 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |