Enable More Simultaneous Downloads in Internet Explorer Aktivera fler samtidiga nedladdningar i Internet Explorer
Have you ever tried to download more than 2 files from the same website and noticed the third download doesn't start until one of the prior two are done? Har du någonsin försökt att ladda ner mer än 2 filer från samma webbplats och märkte tredje nedladdningen inte startar förrän en av de tidigare två är gjort? The reason for this is that the HTTP 1.1 spec says that only two connections may be allowed at a time, so your browser adheres to that limit. Anledningen till detta är att HTTP 1.1 spec säger att endast två anslutningar kan tillåtas på en gång, så din webbläsare följer denna gräns.
We can boost that number for IE by using a registry hack, but let me warn you not to go crazy and increase it too far. Vi kan öka antalet till IE genom att använda en registren hacka, men jag vill varna er för att bli galen och öka det för långt.
If everybody increased the number of connections it would really put a hurting on the webservers out there, and then webmasters would have to start blocking extra threads. Om alla ökade antalet anslutningar skulle det verkligen sätta att skada på webservrar där ute, och då webbansvariga skulle behöva börja blockera extra trådar.
Manual Registry Hack Manuella registren hacka
Open regedit.exe through the start menu search or run box, and then browse down to the following key: Öppna regedit.exe via Start-menyn sökning eller springa låda och sedan bläddra ner till följande nyckel:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings

On the right hand side, you'll want to create two new 32-bit DWORD values: På höger sida, du vill skapa två nya 32-bitars DWORD-värden:
- MaxConnectionsPerServer – This sets the limit for HTTP 1.1 servers, which is normally supposed to be 2 MaxConnectionsPerServer - Detta sätter gränser för HTTP 1.1-servrar, som normalt ska vara 2
- MaxConnectionsPer1_0Server – This sets the limit for HTTP 1.0 servers, which is normally supposed to be 4 MaxConnectionsPer1_0Server - Detta sätter gränser för HTTP 1.0-servrar, som normalt ska vara 4
You can change the amount of connections for either one by changing the value, but I wouldn't try and crank it up too far, as you'll find your browsing becomes much slower than normal, and possibly would get you blocked from some servers for using too many connections. Du kan ändra mängden anslutningar för endera genom att ändra värdet, men jag skulle inte försöka vev upp för långt, så du hittar din surfning blir mycket långsammare än normalt, och eventuellt skulle få dig blockeras från vissa servrar att använda alltför många anslutningar. A safe bet is to double the defaults. Ett säkert kort är att fördubbla standard.
Downloadable Registry Hack Nedladdningsbara registren hacka
This downloadable hack will only slightly increase the values, which is probably the wisest course of action. Denna nedladdningsbara hacka kommer bara att öka något de värden, som troligen är den klokaste tillvägagångssättet. You could modify the script to use more if you'd like. Du kan ändra skriptet att använda fler om du vill.
You can download, extract and double-click on the registry file in order to enter the information into the registry. Du kan ladda ner, extrahera och dubbelklicka på den registren arkivera för att ange informationen i registret. To uninstall, use the uninstall script included in the zipfile. Avinstallera använder avinstallera skript som ingår i zipfil.
Download IncreaseIEDownloadLimit Registry Hack Hämta IncreaseIEDownloadLimit registren hacka

Daily Email Updates Dagligt Updates
You can get our how-to articles in your inbox each day for free. Du kan få våra instruktioner artiklar i din inkorg varje dag gratis. Just enter your name and email below: Skriv bara in ditt namn och e-postadress nedan:



It's worth noting that the number one Firefox optimization (pipelining) does exactly this, except recommends increasing the value to 8 concurrent connections. Det är värt att notera att antalet ett Firefox optimering (pipelining) gör exakt det, rekommenderar utom öka värdet för 8 samtidiga anslutningar. Pipelining actually does a bit more than just add concurrent connections, but that's the gist of it. Pipelining är faktiskt lite mer än bara tillägga samtidiga anslutningar, men det är kontentan av det.
thanks! tack! My computer didn't list the max settings in Regedit, but I downloaded the file and installed it with no problems. Min dator har inte lista max inställningar i regedit, men jag hämtade filen och installerat det utan problem. Thanks again! Tack igen!
Will this work on IE8? Kommer detta att fungera på IE8? The download hack to increase ? Nedladdningen hacka att öka? The settings arent in the registry should I add them ? Inställningarna arent i registret ska jag lägga till dem?