Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 Windows VistaのTcpip.sysで接続数の制限を修正プログラムイベントID 4226
Apparently in Windows Vista, Microsoft still enforce and hard-limit (hard coded in tcpip.sys) the maximum simultaneous half-open (incomplete) outbound TCP connection attempts per second that the system can make, as inどうやらWindows Vistaでは、マイクロソフトが実施するとハードリミット(ハードコーディングのTCPIP.SYSの)半分の最大同時オープン(未完成) 1 2つ目のアウトバウンドTCP接続しようとすることでは、システムのように、 Windows XP SP2 Windows XP SP2の , in order to protect the system from being used by malicious programs, such as viruses and worms, to spread to uninfected computers, or to launch distributed denial of service attack (DDoS).は、システムを保護するために悪意のあるプログラムで使用されてから、ウイルスやワームなどに感染していないコンピュータに転移するか、またはを起動する分散型サービス拒否攻撃(分散DoS )です。 When the limit is hit, in Event Viewer, there will be such an entry:限界にヒットしたときに、イベントビューアで、そのようなエントリには:
EventID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attemptsイベント4226 : TCP / IPの限界に達して課税され、安全保障のTCP同時接続数の試み
Unless Windows XP SP2 which has 10 maximum incomplete concurrent connection attempts limit per second, Windows Vista default limit is based on which edition of Vista users are using.しない限り、 Windows XP SP2の同時接続が不完全10最大1秒間に制限しようと、 Windows Vistaのデフォルトの上限は、ビスタのエディションはどれに基づいてユーザーが使用しています。 For example, Home Basic has maximum limit of 2, and Vista Ultimate is 25 per second.たとえば、ホーム基本的には最大限度額の2 、およびVista Ultimateは25 % 2番目です。 Normal Windows Vista users should not face any problem or slow network connection with the half-open connections limit.通常のWindows Vistaのユーザーはありませんか遅いかの問題に直面任意のネットワーク接続を開いている接続の半分に制限します。 However, heavy P2P (peer-to-peer) applications users such as uTorrent, BitTorrent, BitComet, Azureus, ABC, eMule (eDonkey network), etc, or P2PTV such as TVants, PPLive, PPStream, Sopcast, etc may face some error or slow download and upload speed due to this limit.しかし、重いなP2P (ピアツーピア)などのアプリケーションのユーザutorrent 、ビットトレント、 bitcomet 、 azureusは、 ABC及びeMule (イードンキーネットワーク) 、等、またはテレビの蟻p2ptvなど、 pplive 、 ppstream 、 sopcast 、等があります顔をいくつかのエラーが発生か遅いかをダウンロードし、アップロード速度のために、この制限します。
Due to enhanced security, to fix or crack the TCP concurrent connection limit in Vista is not as easy as in Windows XP.セキュリティ強化のために、亀裂を修復するかは、 TCP同時接続数の制限がビスタではないのでは、 Windows XPと同じように簡単です。 To remove maximum concurrent half-open connection limits in Windows Vista, apply the patched tcpip.sys with the following steps:を削除する最大同時接続制限半開Windows Vistaでは、パッチを適用するTcpip.sysでは、次のステップ:
- Download patched tcpip.sys:パッチが当てられたTcpip.sysでダウンロード: Vista TCP/IP and UAC Auto Patcher VistaのTCP / IPおよびUACの自動繕う (patched tcpip.sys is contained inside the archive) (パッチが当てられたTcpip.sysでは、内部のアーカイブに含まれる)
64-bit tcpip.sys 64ビットのTCPIP.SYS orまたは 32-bit tcpip.sys 32ビットのTCPIP.SYS .です。 Alternative download link forダウンロードのリンクを代替 32-bit 32ビット andおよび 64-bit 64ビット.です。 - Open command prompt, and run the following 2 commands:コマンドプロンプトを開いて、次の2つのコマンドを実行します:
1. 1 。 takeown /fc:\windows\system32\drivers\tcpip.sys takeown /カードFC : \ Windows \ System32を\ドライバ\ Tcpip.sysで
2. 2 。 cacls c:\windows\system32\drivers\tcpip.sys /G “username”:F cacls c : \ Windows \ System32を\ドライバ\ Tcpip.sysで/ g "というユーザー名" : fReplace username with the actual user name that used to log on to Windows Vista currently.ユーザー名に置き換え、実際のユーザー名を使用して現在にログオンしてWindows Vistaのです。
The second command can also used improved lcacls: 2番目のコマンドを使用することもできます。改善lcacls :
icacls c:\Windows\System32\drivers\tcpip.sys /grant “username”:f icacls c : \ Windows \ System32を\ドライバ\ Tcpip.sysで/助成金"ユーザー名" : f
- Disable the無効にする TCP/IP Auto-Tuning TCP / IPの自動チューニング feature by running the following command in command prompt:機能をコマンドプロンプトで次のコマンドを実行している:
netsh int tcp set global autotuninglevel=disable netsh intのTCPグローバルautotuninglevel =無効に設定する
- For 64-bit Windows Vista (x64), the integrity checks need to be disabled as it need all drivers to be signed. Windows Vistaの64ビット( x64用) 、無効になっての整合性をチェックする必要がありますに署名されるすべてのドライバが必要です。 So run the following command in DOS prompt:これで次のコマンドを実行してDOSプロンプト:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe -セットloadoptions ddisable_integrity_checks
Note: Above command no longer supported, and users require to press F8 on system startup to bypass driver signing integrity check.注:上記のコマンドもはやサポートされなくなった、とユーザーF8キーを押してシステム起動時に必要なドライバの署名の整合性チェックをバイパスする。
- Replace the tcpip.sys in C:\windows\system32\drivers folder with the patched tcpip.sys downloaded from step 1 (remember the use the correct x64 or x86 version). Normally, this procedure can be done by simply login to Windows Vista with administrator account. However, if the process failed, reboot the computer and then press F8 to boot up in Safe Mode, and then copy and paste overwrite the tcpip.sys.交換してTcpip.sysではC : \ Windows \ system32 \ driversフォルダをパッチのTcpip.sysでステップ1からダウンロード(覚えているx64またはx86のバージョンを使用して正しい) 。通常、この手順を実行するだけでログインできることをWindows Vistaに管理者アカウントです。しかし、処理に失敗しました場合は、コンピュータを再起動してF8キーを押して起動すると入力し、セーフモードでは、と入力し、コピーして貼り付けるTcpip.sysで上書きする。
- Next, the maximum number of TCP half complete connection limits need to be set in registry.次は、完全に半分のTCP接続の最大数を制限する必要がありますレジストリ設定されています。 Open registry editor (regedit), and navigate to the following registry key:オープンレジストリエディタ( Regedit ) 、とに移動して、次のレジストリキー:
HKEY_LOCALL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters hkey_locall_machine \システム\ currentcontrolset \サービス\ TCPIPで\パラメータ
- Right click on the right pane, select “New”, then select “DWORD value”.右側のウィンドウを右クリックして、選択し"新しい" 、を選択し" DWORD値"です。 Enter the new value name as “TcpNumConnections” (without quotes).新しい値の名前を入力して" tcpnumconnections " (かぎかっこ)です。
- Double click on TcpNumConnections registry value, and modify the value data to the desired maximum TCP/IP connection limit that you want to allow, in decimal value. tcpnumconnectionsレジストリ値をダブルクリックして、変更したとすると、目的の最大値のデータをTCP / IP接続を制限することを許可する場合は、 10進数の値です。 For example, enter 500 as the value data for TcpNumConnections.たとえば、 500としての値のデータを入力tcpnumconnectionsです。 You can use any limit that you prefer.任意の上限を使用することができますお好みです。 Alternatively, download thisまた、ダウンロードする registry registration fileレジストリ登録ファイル ( ( another download link別のダウンロードリンク ) that when executed, will set the TCP simultaneous connection limit to 16777214 (you can always modify the value in the file or in the registry after applied). )のときに実行されると、同時接続数の制限が設定さには、 TCP 16777214 (することができます。いつもの値を変更するには、レジストリの後、ファイルまたは適用されます) 。
- Restart computer.コンピュータを再起動します。
New : Windows Vista Event ID 4226 Auto Patcher 新しい : Windows VistaのイベントID 4226自動繕う
Latest Version: 2.0最新バージョン: 2.0
Windows Vista Event ID 4226 Auto Patcher has been renamed as Windows VistaのイベントID 4226自動繕う人として名前が変更された Vista tcpip.sys and UAC Auto Patcher VistaのTcpip.sysで、 UACの自動繕う , which now has 6 versions of auto patcher download links for different versions of tcpip.sys with the release of various hotfixes and SP1.で、現在は6つのバージョンの自動ダウンロードのリンクを繕うTcpip.sysで異なるバージョンの様々な修正プログラムをリリースしたとSP1をインストールします。 Visit訪問 hereここで for details.を参照してください。
Driver Version : ドライバのバージョン : CrackTcpip.sys for Vista SP1 v.668 cracktcpip.sys for VistaはSP1のv.668 - a non-patching method to bypass TCP connection limit. -パッチ以外のT CP接続の制限をバイパスする方法です。
Also available isまたご利用は、 TCP/IP auto patcher for 64-bit (x64) Windows Vista SP1 TCP / IPの自動繕う人を64ビット( x64 ) Windows VistaのSP1の .です。
Gui Version: GUIバージョン: VistaTcpPath TCP Auto Patcher vistatcppathのTCP自動繕う which works for Vista RTM (non-SP1) version of tcpip.sys.これは、 VistaのRTM版以降の(非SP1 )のバージョンのTCPIP.SYSのです。
Old Version:古いバージョン:
Version 1.0バージョン1.0
Version 1.2バージョン1.2
Version 1.3バージョン1.3
Version 1.4バージョン1.4
Version 1.5バージョン1.5
With thanks to性のおかげで YaronMaor yaronmaor for batch script.バッチスクリプトをします。
The TCP connection limit which trigger Event ID 4226 has now increased to 500 (or any other value you set), and will likely fix the error for re-occurring again.これは、 TCP接続数の制限をトリガイベントID 4226は、今すぐに増加し500 (またはその他の値を設定する) 、となりそう再発生するエラーを修正してください。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Windows XP SP2 TCP Connection Limit (Event ID 4226) Windows XP SP2のTCP接続の上限(イベントID 4226 )
- TCP/IP Has Reached the Security Limit Imposed on the Number of Concurrent TCP Connect Attempts Error on Windows Vista TCP / IPの限界に達して課税され、安全保障のTCP同時接続数のエラーが発生するWindows Vistaの試み
- VistaTcpPatch Windows Vista TCP Half Open Limit Auto Patcher GUI Version Windows VistaでのTCPの半分に制限vistatcppatch開いて自動繕うGUIバージョン
- CrackTcpip.sys Driver for Vista SP1 v.668 to Patch tcpip.sys 6.0.6001.17052 cracktcpip.sysドライバfor VistaはSP1の修正プログラムv.668をTcpip.sysで6.0.6001.17052
- Limit Maximum TCP Connections to Web Servers最大のウェブサーバーのTCPの接続を制限する
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IPマルチスレッドのダウンロード速度を増加Vistaの自動チューニングを無効にTCP / IPの
- TCPIP.SYS Driver Patcher CrackTcpip.sys for Vista SP1 v.744 and 6001.18000 (RTM) Tcpip.sysでドライバcracktcpip.sys for VistaはSP1を繕うv.744と6001.18000 ( RTM版以降)
- Optimize and Increase BitTorrent (BT) Download Speed in Vistaビットトレントの最適化を向上させる技術( BT )のダウンロード速度をビスタ
- Workaround to Run eMule in Windows Vista回避策を実行するWindows Vistaでemule
- ppStream Connection Limit in Configuration Settings ppstream接続の制限の構成の設定













August 24th, 2008 15:58 2008年8月24日15:58
i have vista sp1 x32 and when i used tyhis patch i had 2 system restore it .私はVistaのSP1の32ビットおよび修正プログラムtyhis使用されるとき私は2システムの復元してください。 it would not let me boot.ことはないさせて起動します。 i got blue screen of death do not use私は死のブルースクリーンには使用しないで
August 23rd, 2008 23:50 2008年8月23日23:50
Installed the half-open patcher (see previous post) and it works smoothely, no fuss to install, easy GUI, set the nummber of half-connection, reboot, and you are done.半開をインストールして繕う(前のポストを参照)を提供して作品smoothely 、騒ぎをインストールし、簡単なGUI 、 nummberの半分の接続設定して、コンピュータを再起動し、設定は完了です。 Rollback to original tcpip.sys is possible.ロールバックを元のTcpip.sysでは可能です。
August 11th, 2008 00:08 2008年8月11日00:08
Thank you much for the patcher.繕う人くらいをいただきありがとうございます。
August 10th, 2008 03:06 2008年8月10日03:06
I was thinking more along the lines of a security program of some kind which operates on file signatures, particularly for files in important directories like that one.私は他の思考のあるセキュリティのプログラムに沿っていくつかの種類のファイルに署名に稼動して、特に重要なディレクトリのファイルを1つのようにします。 Once it saw that the file was no longer the one it knew, it locked access to that file, though it certainly should have notified you about it.一度には、そのファイルを1つのことを知っていたのは、もはや、それがそのファイルをロックのアクセスを、それについては確かにそれを通知する必要があります。
I don’t know if the program you use does that, however.わかんないの場合、プログラムの機能を使用するが、しかし。
Tons of people have used the patched file without incident.トンの人々が使用してファイルを何事もなくパッチが当てられた。 It can’t behave differently for you than others without some other variable involved.異なる動作をすることはできません。ために他人にもいくつかの他の変数に関わっています。
Checking the System log for that time period might be informative.システムのログをチェックして、その時間帯のかもしれない有益です。
Did you install using the batch file?参考使用して、バッチファイルをインストールするか? Because that should have plowed right through any locked file issues.耕されたため、その必要がロックしたファイルの任意の権利に関する問題です。
August 9th, 2008 23:11 2008年8月9日23:11
It looked to me like the system has recognized the new file and didn’t want to accept it.それの眼差しが私のようにシステムが認識して新しいファイルにして、あんたに受け入れることです。 No firewall could be blocking it, because I didn’t change any settings for it.ファイアウォールでブロックすることがないので、任意の設定を変更しなかったことです。 I just replaced the tcpip.sys (after some trouble-at first the file was locked, and I have some trouble removing it).ただ、 Tcpip.sysで置き換え(トラブルの後、最初のうち、いくつかのファイルがロックされると、と私はいくつかのトラブルを取り外して) 。
August 8th, 2008 04:47 2008年8月8日04:47
Since the file itself (tcpip.sys) is good, it sounds to me like a firewall (or comparable) program was blocking or otherwise interfering with communications, as it didn’t recognize the new system file.以来、ファイル自体( Tcpip.sysで)が良い、と音を私のようにファイアウォール(またはそれに相当する)プログラムがブロックされたり、他の通信妨害、新しいシステムを認識していないファイルです。
August 8th, 2008 04:38 2008年8月8日04:38
My problem wa this: after applying this “home made” patch, all my external connections have failed, LAN and Wireless.私の問題ワシントンこの:を適用した後に、この"ホームメイド"修正プログラムは、すべて私の外部接続が失敗した、無線LANおよび無線です。 After waiting about 30 mins for something to happen, nothing did.待って約30分後に何かが起こるため、何もでした。 So i copied back original file and rebooted the system.だから先頭元のファイルにコピーして再起動します。 Before login wireless hass connected, after login I can access my home network (LAN).ログインする前にハスのワイヤレス接続すると、ログインした後にアクセス私は私のホームネットワーク( LAN )です。 So this patch doesn’t work for me.この修正プログラムは機能しませんのでです。
Yes, I checked for the right version of the file, I installed that readydriver (or whatever it is) for quicker boot, but it didn’t work.はい、私のチェックをする権利のバージョンのファイルに、私がインストールされreadydriver (またはそれが何であれ)を迅速にブート、それはうまくいきませんでした。 Looks like I will have to live with this stupid enforcment until official microsoft update (that will happen: never).次のように生きる私はこれまで公式マイクロソフトenforcment愚かな更新プログラム(ことが起こる:決して) 。