windows7の高速化

ネットワーク

IPV6を無効に
(ネットワークと共有センターのローカルエリア接続をクリックして「プロパティ」を表示)
※デバイスマネージャで無効化、有効化で再接続

コマンドラインで以下の機能を無効化

・TCP Chimney Offload の無効化
netsh int tcp set global chimney=disabled

・Receive-Side Scaling(RSS)の無効化
netsh int tcp set global rss=disabled

・Network Direct Memory Access(NetDMA)の無効化
netsh int tcp set global netdma=disabled

・Autotuning の無効化
netsh int tcp set global autotuning=disabled


RDC ( Remote Differential Compression)の無効化
コントロールパネルのプログラム→Windowsの機能の有効化または無効
RDCのチェックを外す、要再起動


http://itpro.nikkeibp.co.jp/article/COLUMN/20100824/351391/
http://www.sysprobs.com/windows-7-network-slow