Vista x86 TCP/IP 连接数傻瓜化破解
Posted | archive
写了个批处理玩玩
@echo Off
:est@CN-DOS, electronicstar@126.com
:TCP/IP Connection limit crack
echo By est
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
[内有附件]
Comments