PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   系統組件 (https://www.pcdvd.com.tw/forumdisplay.php?f=19)
-   -   [原創]成功破解WINDOWS 2K 之後版本的TCPIP.SYS連線限制! (https://www.pcdvd.com.tw/showthread.php?t=754167)

m730416y 2007-10-31 10:10 AM

[原創]成功破解WINDOWS 2K 之後版本的TCPIP.SYS連線限制!
 
[原創]成功破解WINDOWS 2K 之後版本的TCPIP.SYS連線限制!

經過我半個月的研究,和一個月的實機測試,不用破解TCPIP.SYS就可以破解TCPIP的連線限制.
就算EM BT IE三個軟體同時跑也能維持高速下載(視你申請的連線速度而定)的目的.
破解限制: 需要 2GB 以上的 RAM, 從WINDOWS 2000 - 2008 都適用.

修正方法: 開啟 NOTEPAD 把下列內容 COPY TO NOTEPAD,然後把檔案格式存成 .REG 登錄檔,執行它就OK了!

NIC.REG :
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{NIC 機碼編號}]
"MTU"=dword:000005dc
"MaxForwardPending"=dword:ffffffff
註: NIC 機碼編號,每安裝一次NIC DRIVER,它的機碼編號都會不同!

還原Default value:
"MTU"=-
"MaxForwardPending"=-

TCPIP.REG :
Windows Registry Editor Version 5.00

; WAN Tweaking

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DeadGWDetectDefault"=dword:00000001
"DontAddDefaultGatewayDefault"=dword:0000000
"EnableICMPRedirect"=dword:00000001
"ForwardBroadcasts"=dword:00000000
; "IPEnableRouter"=dword:00000000
"SyncDomainWithMembership"=dword:00000001
"UseDomainNameDevolution"=dword:00000001
; 以上是 Default value,以下是 New Add value

"DefaultRegistrationTTL"=dword:00015180
; 86400 = 1day
"DefaultTTL"=dword:000000ff
; 255
"DisableTaskOffload"=dword:00000000
"EnablePMTUBHDetect"=dword:00000001
"EnablePMTUDiscovery"=dword:00000001
"ForwardBufferMemory"=dword:ffffff00
; 4294967040
"GlobalMaxTcpWindowSize"=dword:3fffffff
; 1073741823
"MaxForwardBufferMemory"=dword:ffffff00
; 4294967040
"MaxFreeTcbs"=dword:ffffffff
; 4294967295
"MaxHashTableSize"=dword:0000ffff
; 65536
"MaxUserPort"=dword:0000ffff
; 65535
"SackOpts"=dword:00000001
"Tcp1323Opts"=dword:00000001
"TcpFinWait2Delay"=dword:0000001e
; 30
"TcpMaxDataRetransmissions"=dword:000000ff
; 255
"TcpMaxDupAcks"=dword:00000003
"TcpMaxConnectRetransmissions"=dword:0000000a
; 10
"TcpMaxHalfOpen"=dword:0000ffff
; 65535
"TcpMaxHalfOpenRetried"=dword:0000ffff
; 65535
"TcpMaxSendFree"=dword:0000ffff
; 65535
"TcpNumConnections"=dword:00fffffe
; 16777214
"TcpTimedWaitDelay"=dword:0000001e
; 30
"TcpUseRFC1122UrgentPointer"=dword:00000000
"TcpWindowSize"=dword:0000ffff
; 65535

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters]
"IPMTU"=dword:000005dc
; 1500
"TunnelMTU"=dword:000005dc
; 1500

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
"MaxConnections"=dword:01f0000
; 2031616

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters\Protocols\0]
"ProtocolMTU"=dword:000005dc
; 1500

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\MSTCP]
"MaxConnections"="16777214"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:ffffffff
; 4294967295
"MaxConnectionsPer1_0Server"=dword:ffffffff
; 4294967295
"SocketSendBufferLength"=dword:00100000
; 1048576 = 1MB

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:ffffffff
; 4294967295
"MaxConnectionsPer1_0Server"=dword:ffffffff
; 4294967295
"SocketSendBufferLength"=dword:00100000
; 1048576 = 1MB

; DNS Cache

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000032
; 50
"CacheHashTableSize"=dword:ffffffff
; 4294967295
"DefaultRegistrationRefreshInterval"=dword:00005460
; 21600 = 6hrs
"MaxCacheEntryTtlLimit"=dword:00005460
; 21600
"MaxNegativeCacheTtl"=dword:00000000
"MaxSOACacheEntryTtlLimit"=dword:0000003c
; 60
"NegativeCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000
"NetFailureCacheTime"=dword:00000000


; LAN Tweaking

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"MaxMpxCt"=dword:0000ffff
; 65535
"MaxWorkItems"=dword:0000ffff
; 65535
"SizReqBuf"=dword:00010000
; 65536

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=dword:0000ffff
; 65535
"MaxCollectionCount"=dword:0000ffff
; 65535
"MaxThreads"=dword:000000ff
; 255

還原Default value:
Windows Registry Editor Version 5.00

; WAN Tweaking

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DeadGWDetectDefault"=dword:00000001
"DontAddDefaultGatewayDefault"=dword:0000000
"EnableICMPRedirect"=dword:00000001
"ForwardBroadcasts"=dword:00000000
"IPEnableRouter"=dword:00000000
"SyncDomainWithMembership"=dword:00000001
"UseDomainNameDevolution"=dword:00000001
; 以上是 Default value,以下是 New Add value

"DefaultRegistrationTTL"=-
"DefaultTTL"=-
"DisableTaskOffload"=-
"EnablePMTUBHDetect"=-
"EnablePMTUDiscovery"=-
"ForwardBufferMemory"=-
"GlobalMaxTcpWindowSize"=-
"MaxForwardBufferMemory"=-
"MaxFreeTcbs"=-
"MaxHashTableSize"=-
"MaxUserPort"=-
"SackOpts"=-
"Tcp1323Opts"=-
"TcpFinWait2Delay"=-
"TcpMaxConnectRetransmissions"=-
"TcpMaxDataRetransmissions"=-
"TcpMaxDupAcks"=-
"TcpMaxHalfOpen"=-
"TcpMaxHalfOpenRetried"=-
"TcpMaxSendFree"=-
"TcpNumConnections"=-
"TcpTimedWaitDelay"=-
"TcpUseRFC1122UrgentPointer"=-
"TcpWindowSize"=-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
"MaxConnections"=-

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters\Protocols]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NdisWan\Parameters]
"IPMTU"=-
"TunnelMTU"=-

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=-
"MaxConnectionsPer1_0Server"=-
"SocketSendBufferLength"=-

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=-
"MaxConnectionsPer1_0Server"=-
"SocketSendBufferLength"=-

; DNS Cache

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=-
"CacheHashTableSize"=-
"MaxCacheEntryTtlLimit"=-
"MaxNegativeCacheTtl"=-
"MaxSOACacheEntryTtlLimit"=-
"NegativeCacheTime"=-
"NegativeSOACacheTime"=-
"NetFailureCacheTime"=-

; LAN Tweaking

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"MaxMpxCt"=-
"MaxWorkItems"=-
"SizReqBuf"=-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=-
"MaxCollectionCount"=-
"MaxThreads"=-

newgame 2007-10-31 11:25 AM

只有個問題,這種破解法解完之後會像WINXP SP1或是WIN2003那樣,直接解掉連接數上限,還是照樣搞之後,連接數變成一個很大的數可是還是有上限值:confused: :confused: :confused:

d8726228 2007-10-31 01:22 PM

可否請問一下為何需要2G RAM?

younix 2007-10-31 01:37 PM

恩~我也想知道一下,為何需要到2G Ram呢~!
謝囉~~

darksnow 2007-10-31 01:37 PM

看起來好像是很多參數都開到很大 :confused:

d9166331 2007-10-31 02:11 PM

樓主可以更簡單的說明一下嗎??

falconkimo 2007-10-31 05:30 PM

還是很難看得懂...
不然直接做成REG檔給大家使用?

bass 2007-10-31 05:45 PM

不是已經有作好的軟體可以更改了嗎?為何還要自己動手呢?

m730416y 2007-11-01 03:35 PM

為何要2g ram?
這道理很簡單呀! 因為上面的參數都是我上MS官網一一去查的,上面的數值我都是開到極限,且上面的每個參數指令都很吃RAM,試想,如果你一次跑三四個軟體,執行速度會不會變慢?

又不是已經有作好的軟體可以更改了嗎?為何還要自己動手呢?
因為現成的軟體不可能包含上面所有的參數指令(如果有人可以證明有包含上面所有的參數指令的話,煩請告知我) ,上面的參數指令包含了WINDOWS 95 - 2008,但有些參數指令WINDOWS NT以下的版本不支援,所以我就設定在WINDOWS 2000以後的版本才適用! 我想現在也沒多少人在用NT以前的WINDOWS.........

野口隆史 2007-11-01 04:01 PM

我比較想知道的是windows 2000/2003/2008應該沒有所謂的tcp/ip連線限制
為什麼還要這麼做?

要證明你自己的tcp/ip有沒有破除10的限制其實很簡單
用iis架個簡易的網站,在瀏覽器連自己的網站看可不可以開到超過十個session就曉得了
我在公司開我用2003架的站,沒有tcp/ip限制10的問題


所有的時間均為GMT +8。 現在的時間是02:49 AM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。