Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Web Site to the Trusted Sites ZoneContent of Add a Web Site to the Trusted Sites Zone.vbsMD5 Hash: 11647EE6A7279D2A251A41459AE5257E |
||
On Error Resume Next
Const HKEY_CURRENT_USER = &H80000001 strComputer = "." Set objReg=GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\" _ & "ZoneMap\Domains\microsoft.com" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath strValueName = "http" dwValue = 2 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |