netsh advfirewall firewall add rule name="icmpv6 echo-request" dir=in action=allow protocol=icmpv6:128,any netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any
To change this type:
netsh interface ipv6 set privacy state=disabled store=active netsh interface ipv6 set privacy state=disabled store=persistent netsh interface ipv6 set global randomizeidentifiers=disabled store=active netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
netsh interface teredo set state disabled netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled netsh interface ipv6 isatap set state state=disabled
and/or disable IP helper service:
net stop "IP Helper"
or use http://support.microsoft.com/kb/929852#fixit4me (link also includes - how do completely disable/enable IPv6)