level 1
手15048971020
楼主
从别的网站粘贴过来的
@echo Off
echo By Original
takeown /f %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
echo y|cacls %WinDir%\System32\drivers\tcpip.sys /G %username %:F 1>nul 2>nul
replace tcpip.sys %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
netsh int tcp set global autotuninglevel=disable 1>nul 2>nul
set /p ConnNum=输入你想要的TCP/IP连接数:
reg add HKLM\System\CurrentContralSet\Services\Tcpip\Parameters /v TcpNum
Connections /t REG_DWORD /d %ConnNum% /f 1>nul 2>nul
echo 修改完成,按任意键退出
pause 1>nul
2017年01月08日 20点01分
1
@echo Off
echo By Original
takeown /f %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
echo y|cacls %WinDir%\System32\drivers\tcpip.sys /G %username %:F 1>nul 2>nul
replace tcpip.sys %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
netsh int tcp set global autotuninglevel=disable 1>nul 2>nul
set /p ConnNum=输入你想要的TCP/IP连接数:
reg add HKLM\System\CurrentContralSet\Services\Tcpip\Parameters /v TcpNum
Connections /t REG_DWORD /d %ConnNum% /f 1>nul 2>nul
echo 修改完成,按任意键退出
pause 1>nul