[导入]破解 Vista TCP/IP 连接限制

@echo Off
:TCP/IP Connection limit crack
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 %WinDir%\System32\drivers\tcpip.sys "%CD%" 1>nul 2>nul
netsh int tcp set global autotuninglevel=disable 1>nul 2>nul
set /p ConnNum=输入你希望的TCP/IP连接数:
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v TcpNumConnections
/t REG_DWORD /d %ConnNum% /f 1>nul 2>nul
echo 完成。任意键退出
pause 1>nul

把以上内容保存到一个Bat文件,右键以管理员身份运行,再输入希望的连接数即可。

本文来自:http://blog.pcbeta.com/html/74/423174-5433.html


文章来源:http://diryboy.blog.163.com/blog/static/31884331200841401740685
posted @ 2008-05-14 12:18  DiryBoy  阅读(286)  评论(0编辑  收藏  举报