标题: Vista EventID4266 TCP/IP连接数傻瓜化批处理破解(x86)
[打印本页]
作者: estar
时间: 2007-4-13 01:46
标题: Vista EventID4266 TCP/IP连接数傻瓜化批处理破解(x86)
自己下载。p处理没什么技术含量,不过是国内首发。
@echo Off
:est@CN-DOS, electronicstar@126.com
:TCP/IP Connection limit crack
echo By est, electronicstar@126.com
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
http://zhenlove.com.cn/cndos/fileup/files/x86.rar
Last edited by estar on 2007-4-13 at 05:19 AM ]
作者: lxmxn
时间: 2007-4-13 01:52
沙发,顶一个~
作者: ccwan
时间: 2007-4-13 01:56
抽张板凳坐一下,谢谢分享。
更想看到tcpip.sys的内容,呵呵
作者: fanglor
时间: 2007-4-14 05:16
这么经典的东西,可惜看不懂啊.郁闷 !
作者: baomaboy
时间: 2007-4-14 05:22
收下 备用!