方法1:
照着注册表修改就行了。 无论你的机器是32bit还是64bit
(1) Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
(2) Create a new REG_DWORD (32-bit) with the name DisableTaskOffload and set the value to 1.
(3) Reboot the Win 2008 Server.
方法2:
一直用的2003、2008远程桌面都是很快的,换上R2后,那个连接的速度简直让人无法接受……
1、起初以为是客户机的远程桌面版本5.2太低,安装新版本后还是一样慢
2、猜想是服务机的千兆网卡驱动问题,发现是R2自带的,安装新版驱动依然
3、试试网卡的高级设置,关闭Marvell Yukon 网卡里面的“大量发送卸载(IPV4)”
问题解决…… 连上的速度还是恢复了以前。。。
注:后来百度了下发现有些网卡是将“IPv4 Large send offload”功能disable掉
方法3:
netsh interface tcp set global autotuninglevel=disabled
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/76103/viewspace-1196091/,如需转载,请注明出处,否则将追究法律责任。