当前位置: 首页 > 图文教程 > 操作系统 > Windows > 加快Vista中多线程下载速度

Windows
Windows Server 2008网络中顺畅访问“邻居”
Windows Server 2008使用软件授权管理工具
Windows HPC Server 2008背后的中国团队
九种方式打造安全的Win Server 2008
Windows Server 2008下的自助安全防御
Windows Server 2008之数据安全保护
Windows Server 2008下利用Diskpart管理磁盘
Windows Server 2008添加Hyper-V组件
自我挖掘,Windows Server 2008数据备份有门道
Windows Server 2008 Core下如何安装Hyper-V
Windows Server 2008的节能降耗
Windows Server 2008 蓝牙驱动安装方法
Windows Server 2008 防火墙配置
Windows Server 2008 网络管理技巧
Tech Ed 2008:HPC Server 2008讲解
调教Windows server 2008系统菜单
Windows Server 2008系统10个意外惊喜
让你的Windows server 2008 更安全
Windows Server 2008下 驾驭拨号上网
Windows Server 2008服务器系统数据安全

Windows 中的 加快Vista中多线程下载速度


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 61 ::
收藏到网摘: n/a

在Windows Vista中,微软为TCP/IP引入了名为“Auto Tuning”的新特性,从理论上说,“Auto Tuning”能够根据网络应用情况调整、优化,从而提高网络传输速率。在Windows Vista的默认设置中,“Auto Tuning”是自动启用的。

  不过,在实际应用中,“Auto Tuning”有时候并不能起到预期中的效果,尤其在网卡使用第三方驱动时,甚至会大大降低网络连接速率。根据系统的具体情况,由“Auto Tuning”引发的故障具体表现包括Live Messenger登录缓慢甚至无法登录、在局域网环境中浏览共享资源时十分缓慢等,此外,还包括许多人发现,在Windows Vista中当使用多线程下载工具如FlashGet、BT等时,在多个并发连接的应用中,下载速度较诸以往在Windows XP中有明显下降。

  当然,这类故障不一定都是则“Auto Tuning”引起的。不过,一般而言,在我们进行故障排查时,首先禁用“Auto Tuning”看看情况是否有所改善应该是个好的出发点。

  禁用“Auto Tuning”的步骤

  要禁用“Auto Tuning”,设置步骤相当简单:

  1、首先,打开具有管理员权限的命令行窗口,或参考快速以管理员权限打开命令行窗口中的介绍;

  2、在命令行中输入:

  netsh int tcp set global autotuninglevel=disable

    当运行完成返回“确定”字样后,重启系统即可。

  如果禁用“Auto Tuning”后故障依旧,那么便可能是其他原因所致,需要进一步地检查设置。这时,您可重新启用“Auto Tuning”,按上面的步骤,在具有管理员权限的命令行窗口输入:

  netsh int tcp set global autotuninglevel=normal