原文:http://blog.pcbeta.com/html/74/423174-5433.html
其实Vista TCP/IP连接限制破解只需要自己编个批处理即可,方法如下
在桌面建一个记事本,把下面的文字复制进去,保存,把记事本后缀名改成.bat,双击即可.
打开注册表看看是不是连接数变了.
======就是下面的文字(这行不用复制)=============================
@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
=========================================
忘了说明,首先关闭UAC,右键以管理员身份运行,如果还不行,直接去drivers文件夹,将tcpip.sys取得完全控制,再运行