Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an ICMP SettingContent of Modify an ICMP Setting.vbsMD5 Hash: B32705E2DF83FB73898D74C279E1721F |
||
' Description: Demonstration script that modifies a Windows Firewall ICMP setting for the current profile.
Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy = objFirewall.LocalPolicy.CurrentProfile Set objICMPSettings = objPolicy.ICMPSettings objICMPSettings.AllowRedirect = TRUE | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |