Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 Windows Vista tcpip.sys limite di connessioni patch per l'ID evento 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 Sembra che in Windows Vista, Microsoft ancora difficile l'applicazione e-limite (disco codificate in tcpip.sys) la traduzione simultanea massimo mezza aperta (incompleto) connessione TCP in uscita al secondo tentativo che il sistema può fare, come in 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). , Al fine di proteggere il sistema da essere utilizzato da programmi dannosi, come virus e worm, per la diffusione di computer non infetti, o per lanciare distribuiti attacco denial of service (DDoS). When the limit is hit, in Event Viewer, there will be such an entry: Quando il limite è colpito, nel Visualizzatore eventi, ci sarà un tale voce:
EventID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts EventID 4226: il protocollo TCP / IP ha raggiunto il limite di sicurezza imposti sul numero di tentativi di connessione 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. A meno che Windows XP SP2 che ha 10 massimo incompleto concorrente limite di tentativi di connessione al secondo, Windows Vista limite predefinito è basato sul quale edizione di Vista gli utenti stanno utilizzando. For example, Home Basic has maximum limit of 2, and Vista Ultimate is 25 per second. Ad esempio, Home Basic è limite massimo di 2, e Vista Ultimate è di 25 al secondo. Normal Windows Vista users should not face any problem or slow network connection with the half-open connections limit. Normale Gli utenti di Windows Vista non dovrebbe affrontare qualsiasi problema o lenta connessione di rete con il mezzo-limite di connessioni aperte. 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. Tuttavia, pesanti P2P (peer-to-peer) le domande degli utenti come uTorrent, BitTorrent, BitComet, Azureus, ABC, eMule (rete di eDonkey), ecc, o P2PTV come TVAnts, PPlive, ppstream, Sopcast, ecc possono trovarsi di fronte a qualche errore lento o scaricare e caricare la velocità a causa di questo limite.
Due to enhanced security, to fix or crack the TCP concurrent connection limit in Vista is not as easy as in Windows XP. A causa di una maggiore sicurezza, di fissare o crack TCP limite di connessioni simultanee in Vista non è così facile come in Windows XP. To remove maximum concurrent half-open connection limits in Windows Vista, apply the patched tcpip.sys with the following steps: Per rimuovere il massimo concorrente metà aperte, limiti di connessione in Windows Vista, si applica la patch tcpip.sys con la seguente procedura:
- Download patched tcpip.sys: Download patch tcpip.sys: Vista TCP/IP and UAC Auto Patcher Vista TCP / IP e UAC Auto Patcher (patched tcpip.sys is contained inside the archive) (patch tcpip.sys è contenuta dentro l'archivio)
64-bit tcpip.sys 64-bit tcpip.sys or o 32-bit tcpip.sys 32-bit tcpip.sys . Alternative download link for Alternativa link per il download 32-bit 32 bit and e 64-bit 64 bit. - Open command prompt, and run the following 2 commands: Aprire prompt dei comandi, eseguire il seguente 2 comandi:
1. takeown /fc:\windows\system32\drivers\tcpip.sys takeown / fc: \ windows \ system32 \ drivers \ tcpip.sys
2. cacls c:\windows\system32\drivers\tcpip.sys /G “username”:F cacls c: \ windows \ system32 \ drivers \ tcpip.sys / G "nome utente": FReplace username with the actual user name that used to log on to Windows Vista currently. Sostituire il nome utente con il nome utente utilizzato per accedere a Windows Vista al momento.
The second command can also used improved lcacls: Il secondo comando può anche utilizzare una migliore lcacls:
icacls c:\Windows\System32\drivers\tcpip.sys /grant “username”:f icacls c: \ Windows \ System32 \ drivers \ tcpip.sys / concedere "nome utente": f
- Disable the Disattivare l' TCP/IP Auto-Tuning TCP / IP di auto-tuning feature by running the following command in command prompt: funzionalità, eseguendo il seguente comando nel prompt dei comandi:
netsh int tcp set global autotuninglevel=disable netsh int tcp impostare globale autotuninglevel = disattivare
- For 64-bit Windows Vista (x64), the integrity checks need to be disabled as it need all drivers to be signed. Per 64-bit di Windows Vista (x64), l'integrità dei controlli devono essere disattivato in quanto tutti i driver necessario per essere firmato. So run the following command in DOS prompt: Quindi, eseguire il seguente comando nel prompt di MS-DOS:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe-set 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. Nota: Prima di comando non è più supportato, e gli utenti richiedono a premere F8 del sistema per bypassare il driver firma controllo di integrità.
- 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. Sostituire il tcpip.sys in C: \ windows \ system32 \ drivers cartella con la patch tcpip.sys scaricato dal punto 1 (ricordate l'uso corretto x64 o x86 versione). Normalmente, questa procedura può essere fatto semplicemente l'accesso a Windows Vista con account amministratore. Tuttavia, se il processo è fallito, riavviare il computer e premere F8 per avviare in modalità provvisoria, quindi copia e incolla sovrascrivere il tcpip.sys.
- Next, the maximum number of TCP half complete connection limits need to be set in registry. Successivamente, il numero massimo di mezzo il protocollo TCP completa connessione limiti devono essere fissati nel Registro di sistema. Open registry editor (regedit), and navigate to the following registry key: Apri editor di registro (regedit), e passare alla seguente chiave di registro:
HKEY_LOCALL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters HKEY_LOCALL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Tcpip \ Parameters
- Right click on the right pane, select “New”, then select “DWORD value”. Il tasto destro del mouse sul riquadro di destra, selezionare "Nuovo", quindi selezionare "Valore DWORD". Enter the new value name as “TcpNumConnections” (without quotes). Immettere il nuovo nome valore come "TcpNumConnections" (senza virgolette).
- 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. Fare doppio clic su TcpNumConnections valore del Registro di sistema, e modificare i dati relativi al valore desiderato per il massimo connessione TCP / IP limite che si desidera consentire, in valore decimale. For example, enter 500 as the value data for TcpNumConnections. Ad esempio, immettere 500 come valore dati per TcpNumConnections. You can use any limit that you prefer. È possibile utilizzare qualsiasi limite che si preferisce. Alternatively, download this In alternativa, scaricare questo registry registration file Registro di file di registrazione ( another download link un altro link di download ) 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). ) Che, quando eseguito, verrà impostato il protocollo TCP limite di connessioni simultanee a 16.777.214 (si può modificare il valore del file o nel Registro di sistema dopo aver applicato).
- Restart computer. Riavviare il computer.
New : Windows Vista Event ID 4226 Auto Patcher Novità: Windows Vista ID evento 4226 Auto Patcher
Windows Vista Event ID 4226 Auto Patcher has been renamed as Windows Vista ID evento 4226 Auto Patcher è stata rinominata come Vista tcpip.sys and UAC Auto Patcher Vista tcpip.sys e UAC Auto Patcher , which now has more than 6 versions of auto patcher download links for different versions of tcpip.sys with the release of various hotfixes and SP1. , Che ora ha più di 6 versioni di auto patcher link per scaricare diverse versioni di tcpip.sys con il rilascio di diversi aggiornamenti rapidi e SP1. Visit Visita here qui for details. per i dettagli.
New : Novità: Half-Open Limit Fix Mezza aperta limite fissare (Automated tcpip.sys Patch using Test Self-Signed Certificate) (Automated tcpip.sys patch test utilizzando certificato self-signed)
Also Available - Driver Version : Disponibile anche - Versione driver: CrackTcpip.sys for Vista SP1 v.668 CrackTcpip.sys per Vista SP1 v.668 - a non-patching method to bypass TCP connection limit. - Una patch non-metodo per aggirare connessione TCP limite.
Also available is È disponibile anche TCP/IP auto patcher for 64-bit (x64) Windows Vista SP1 TCP / IP patcher per auto a 64 bit (x64) Windows Vista SP1 .
Gui Version: Gui Versione: VistaTcpPath TCP Auto Patcher VistaTcpPath TCP Auto Patcher which works for Vista RTM (non-SP1) version of tcpip.sys. che lavora per Vista RTM (non SP1) per la versione di tcpip.sys.
Old Version: Old Version:
Version 1.0 Versione 1.0
Version 1.2 Versione 1.2
Version 1.3 Versione 1.3
Version 1.4 Versione 1.4
Version 1.5 Versione 1.5
With thanks to Con grazie a YaronMaor for batch script. per il batch di 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. La connessione TCP limite che fanno scattare l'ID evento 4226 ha ora portato a 500 (o qualsiasi altro valore impostato), e che con ogni probabilità risolvere l'errore di ri-si ripeta.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .
Related Articles Articoli correlati
- Windows XP SP2 TCP Connection Limit (Event ID 4226) Windows XP SP2 connessione TCP limite (ID evento 4226)
- TCP/IP Has Reached the Security Limit Imposed on the Number of Concurrent TCP Connect Attempts Error on Windows Vista TCP / IP ha raggiunto il limite di sicurezza imposti sul numero di tentativi di collegare il protocollo TCP errore in Windows Vista
- VistaTcpPatch Windows Vista TCP Half Open Limit Auto Patcher GUI Version VistaTcpPatch Windows Vista TCP metà aperte limite Auto Patcher versione GUI
- Windows Half-Open Limit Fix (Patch) Free Download to Remove XP, Vista and Server 2003 (32 and 64-bit) TCP 4226 Connection Attempts Limit Windows Half-Open Limit Fix (patch) Download gratuito per rimuovere XP, Vista e Server 2003 (32 e 64 bit) TCP 4226 Limite tentativi di connessione
- CrackTcpip.sys Driver for Vista SP1 v.668 to Patch tcpip.sys 6.0.6001.17052 CrackTcpip.sys driver per Vista SP1 v.668 Patch tcpip.sys per 6.0.6001.17052
- Limit Maximum TCP Connections to Web Servers Limite massimo di connessioni TCP per il server web
- TCPIP.SYS Driver Patcher CrackTcpip.sys for Vista SP1 v.744 and 6001.18000 (RTM) Tcpip.sys Patcher CrackTcpip.sys driver per Vista SP1 v.744 e 6001.18000 (RTM)
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IP Multithread aumentare la velocità di download da disattivare Vista la sintonizzazione automatica sul protocollo TCP / IP
- Optimize and Increase BitTorrent (BT) Download Speed in Vista Aumentare e ottimizzare BitTorrent (BT) Scarica Velocità in Vista
- Workaround to Run eMule in Windows Vista Soluzione per l'esecuzione di eMule in Windows Vista







October 12th, 2008 09:04 Ottobre 12, 2008 09:04
I usually set uTorrent to 75 or 100, which should be more than it would use. Io di solito impostare uTorrent a 75 o 100, che dovrebbe essere più che si usa. This is well under the limit you set in Windows when doing the patch. Questo è ben sotto il limite impostato in Windows quando fare la patch.
October 12th, 2008 07:43 Ottobre 12, 2008 07:43
So what should I set to net.max_halfopen in the uTorrent settings after I have installed the patch? Quindi, che cosa devo impostare per net.max_halfopen nel uTorrent impostazioni dopo aver installato la patch? Now it is set to 4. Ora è fissato a 4. Should I even change it?? Devo anche cambiarlo? i am using vista home basic. Sto usando Vista Home Basic.
October 8th, 2008 11:56 Ottobre 8th, 2008 11:56
awwww., i also got the BLUE SCREEN OF DEATH!!! awwww., ho anche avuto l'BLUE Screen of Death! i just replaced the file and then restarted,m then boom., i can’t even open windows., awww., what the hell., now i know why vista sucs., any solutions? Ho appena sostituito il file e quindi riavviato, quindi m boom., non posso nemmeno aprire le finestre., awww., che cosa l'inferno., ora so perché Vista sucs., le eventuali soluzioni?
October 7th, 2008 14:50 7 ottobre 2008 14:50
Got the blue screen of death, ran windows repair once now and it hasn’t fixed anything. Hai la schermata blu della morte, ha le finestre di riparazione una volta e ora non è fissato nulla. If anyone fixes this keep us updated, going to bed, too late to wait 20 minutes for the vista install cd to load again. Se qualcuno ha fissato questo ci tengono aggiornati, di andare a letto, troppo tardi per attendere 20 minuti per il CD di installazione di Vista a caricare di nuovo.
September 27th, 2008 17:57 27 settembre 2008 17:57
[...] http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-.. http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id- .. . [...]
September 25th, 2008 17:23 25 settembre 2008 17:23
[...] Windows vista [...] Windows Vista [...] [...]
September 4th, 2008 22:08 4 settembre 2008 22:08
[...] (patch) - Home and follow the instructions. [...] (Patch) - Home e segui le istruzioni. For those of you that want more information about it: Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 Per quelli di voi che vogliono maggiori informazioni: Windows Vista tcpip.sys limite di connessioni patch per l'ID evento 4226
August 28th, 2008 22:22 August 28th, 2008 22:22
Chris, and what version were you using exactly? Chris, e quale versione sono state usando esattamente? You mentioned you were on SP1, so depending on the version of your TCPIP.SYS, you should have been using v2.1a or v2.2 (see post #304 for details). Lei ha parlato di voi erano in SP1, in modo a seconda della versione del tuo Tcpip.sys, che si sarebbe dovuto utilizzare v2.1a o v2.2 (vedi post # 304 per i dettagli).
It pays to read the comments, as you can’t use old versions. Si paga per leggere i commenti, così come non è possibile utilizzare le vecchie versioni. They’re proven good files, obviously. Sono provata buona file, ovviamente.
And be sure the read the Readme for special info having to do with the boot manager, else it will appear that you have BSOD’d even with the correct version. E assicurarsi che l'leggere il file Leggimi per avere informazioni più precise informazioni hanno a che fare con il boot manager, altrimenti verrà visualizzato che hai BSOD'd anche con la versione corretta.
August 28th, 2008 17:35 August 28th, 2008 17:35
BLUE SCREEN OF DEATH!!!! Blue Screen of Death!! immediately at startup. immediatamente in fase di avvio. finally figured out it was to do with the tcpip.sys being corrupt. finalmente risolto era a che fare con il tcpip.sys essere corrotti. beware of using this. diffidare di utilizzare questo. leave your connection alone unless you feel like reinstalling windows. lasciare solo la connessione a meno che non si voglia reinstallare Windows.
August 24th, 2008 15:58 24 agosto 2008 15:58
i have vista sp1 x32 and when i used tyhis patch i had 2 system restore it . Ho Vista SP1 x32 e quando ho usato la patch tyhis ho avuto 2 ripristino configurazione di sistema è. it would not let me boot. che non mi permetta di boot. i got blue screen of death do not use Ho schermo blu della morte non utilizzare
August 23rd, 2008 23:50 23 agosto 2008 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. Installato il mezzo-patcher aperto (vedi post precedente) e smoothely funziona, cancan non da installare, facile interfaccia grafica, impostare il numero di un mezzo di collegamento, riavvio, e hai finito. Rollback to original tcpip.sys is possible. Rollback originale tcpip.sys è possibile.
August 11th, 2008 00:08 11 agosto 2008 00:08
Thank you much for the patcher. La ringrazio molto per il patcher.
August 10th, 2008 03:06 10 agosto, 2008 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. Sono stato il pensiero più lungo le linee di un programma di sicurezza di qualche tipo, che opera su file di firme, in particolare per i file nella directory importante come quello. 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. Una volta visto che il file non era più quello che sapeva, è bloccato l'accesso a tale file, anche se certamente avrebbe dovuto notificare è al riguardo.
I don’t know if the program you use does that, however. Non so se il programma non si utilizza questo, però.
Tons of people have used the patched file without incident. Tonnellate di persone hanno utilizzato il file di patch senza incidenti. It can’t behave differently for you than others without some other variable involved. Essa non può comportarsi diversamente per lei rispetto ad altri, senza alcune altre variabili coinvolte.
Checking the System log for that time period might be informative. Controllare il registro di sistema per il periodo di tempo potrebbe essere informativo.
Did you install using the batch file? Avete installato utilizzando il file batch? Because that should have plowed right through any locked file issues. Perché questo dovrebbe essere arato diritto attraverso qualsiasi file bloccato questioni.
August 9th, 2008 23:11 9 agosto 2008 23:11
It looked to me like the system has recognized the new file and didn’t want to accept it. Sembrava a me piace il sistema ha riconosciuto il nuovo file e non ha voluto accettare. No firewall could be blocking it, because I didn’t change any settings for it. N. firewall potrebbe essere il blocco, perché non ho modificare le impostazioni per questo. I just replaced the tcpip.sys (after some trouble-at first the file was locked, and I have some trouble removing it). Ho appena sostituito il tcpip.sys (dopo alcuni problemi in prima il file è stato bloccato, e ho qualche difficoltà nel rimuovere esso).
August 8th, 2008 04:47 Agosto 8th, 2008 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. Poiché il file stesso (tcpip.sys) è buono, sembra a me come un firewall (o comparabili) è stato il blocco del programma o in altro modo interferire con le comunicazioni, in quanto esso non riconoscere il nuovo file di sistema.
August 8th, 2008 04:38 Agosto 8th, 2008 04:38
My problem wa this: after applying this “home made” patch, all my external connections have failed, LAN and Wireless. Il mio problema wa questo: dopo l'applicazione del presente "fatto in casa" patch, tutti i miei collegamenti esterni non sono riusciti, LAN e Wireless. After waiting about 30 mins for something to happen, nothing did. Dopo aver atteso circa 30 minuti per accadere qualcosa, niente di fatto. So i copied back original file and rebooted the system. Così ho copiato il file originale indietro e riavviato il sistema. Before login wireless hass connected, after login I can access my home network (LAN). Prima di accesso senza fili collegato Hass, dopo il login non posso accedere alla mia rete locale (LAN). So this patch doesn’t work for me. Quindi, questa patch non funziona per 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. Sì, ho controllato per il diritto versione del file, che ho installato readydriver (o qualunque cosa sia) per un più rapido avvio, ma non ha funzionato. Looks like I will have to live with this stupid enforcment until official microsoft update (that will happen: never). Sembra avrò a convivere con questo stupido enforcment fino ufficiale Microsoft Update (che succederà: mai).