|
|
[email=1.@echo]1.@echo[/email] off
2.echo Setting TCP/IP flags...
3.echo -----------------------
4.echo This only succeeds when run as an administrator,
5.echo when run as a user it only shows the current settings.
6.echo.
7.pause
8.echo.
9.netsh int tcp set global rss=enabled
10.netsh int tcp set global chimney=automatic
11.netsh int tcp set global netdma=enabled
12.netsh int tcp set global dca=enabled
13.netsh int tcp set global autotuninglevel=normal
14.netsh int tcp set global congestionprovider=ctcp
15.netsh int tcp set global ecncapability=enabled
16.netsh int tcp set global timestamps=disabled
17.pause
18.cls
19.echo Current settings:
20.echo -----------------
21.netsh int tcp show global
22.pause
谢谢解答! |
|