怎么样停用Windows 7的autorunning
又是一天了,很高兴与大家分享这个应用,每次Windows 7自动更新是不是很烦人,想不想只要双击一个脚本就可以体用Windows 7的自动更新
为此我写了一个脚本:
@echo off disable the Windows 7 auto running
netsh interface tcp set global rss=disabled
netsh interface tcp set global autorunning level=disabled
在.text文本里面写,然后把后缀名改一下,改成.bat
呵呵,是不是很开心