More than 2 downloads at a time with Internet Explorer

23 July 2000 by Snakefoot | Comment » | Trackback Off
When doing downloads with IE and you want to download several files it is a pain that you can only do 2(HTTP 1.1) or 4(HTTP 1.0) at a time. The registry thing below will fix that:

[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Internet Settings]
"MaxConnectionsPer1_0Server"=dword:00000010
"MaxConnectionsPerServer"=dword:00000008

When making these changes you will be breaking the HTTP 1.1 specification, and there are rumors that it will cause broken downloads, but those rumors are not true. But in any case make a backup of your current settings before adding these so you can rollback if something bad should happen.

If you don't want to play with your registry then you can also break the limit by launching several IE's (not with CTRL-N(new) ) but with running iexplore several times. For each iexplore you are allowed to do 2 downloads.

More info MS KB Q183110

Updated: 23 September 2007

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>