Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify Home Networking Firewall SettingsContent of Modify Home Networking Firewall Settings.vbsMD5 Hash: B0C1B377733C9DEF258F31F579A09AFA |
||
' Description: Disables the ability of the Internet Connection Firewall to allow inbound echo requests. To enable the ability to allow inbound echo requests, simply set the value of the property AlllowInboundEchoRequest to True.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\root\microsoft\homenet") Set colItems = objWMIService.ExecQuery("Select * from HNet_FwIcmpSettings") For Each objItem in colItems objItem.AllowInboundEchoRequest = False objItem.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |