win7的auto running(自动更新功能)停用的方法
怎么样停用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
呵呵,是不是很开心
赞 (0)