Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh firewall set multicastbroadcastresponse ?
set multicastbroadcastresponse
[ mode = ] ENABLE|DISABLE
[[ profile = ] CURRENT|DOMAIN|STANDARD|ALL ]
Sets firewall multicast/broadcast response configuration.
Parameters:
mode - Multicast/broadcast response mode.
ENABLE - Allow responses to multicast/broadcast traffic through the
firewall.
DISABLE - Do not allow responses to multicast/broadcast traffic
through the firewall.
profile - Configuration profile (optional).
CURRENT - Applies to the active profile. Active profile can be domain,
standard (i.e. private), or public. (default).
DOMAIN - Applies to the domain profile.
STANDARD - Applies to the standard (i.e. private) profile.
ALL - Applies to the domain and standard (i.e. private) profile.
Does not apply to the public profile.
Examples:
set multicastbroadcastresponse ENABLE
set multicastbroadcastresponse mode=DISABLE
NETSH / FIREWALL / SET / MULTICASTBROADCASTRESPONSE