Windows 7 のネットワークが遅くなる

ブラウザが、メチャメチャ遅い。XPのPCは問題ないのに。

これの1が効いた。
http://www.windows-tips.info/2013/05/10/windows-7-netwoek-snp-offload/
「SNP( Scalable Networking Pack )が原因と言われています」

# 管理者権限のプロンプトで
netsh int tcp show global
# たいてい次のようになっている
# Receive Side Scaling が enabled
# Chimney オフロード状態が automatic
# NetDMA 状態が enabled

netsh int tcp set global chimney=disabled
netsh int tcp set global rss=disabled
netsh int tcp set global netdma=disabled

# で確認。
netsh int tcp show global