Advance Member
|
[原創]成功破解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"=-
|