好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

怎么样停用win7的autorunning - Windows操作系统 - 自学

怎么样停用win7的autorunning

 

又是一天了,很高兴与大家分享这个应用,每次win7自动更新是不是很烦人,想不想只要双击一个脚本就可以体用win7的自动更新

 

为此我写了一个脚本:

 

 @echo off disable the win7 auto running

 

netsh interface tcp set global rss=disabled

 

netsh interface tcp set global autorunning level=disabled

 

在.text文本里面写,然后把后缀名改一下,改成.bat

 

呵呵,是不是很开心

查看更多关于怎么样停用win7的autorunning - Windows操作系统 - 自学的详细内容...

  阅读:53次