Enabling more then 6 simultaneous downloads in IE8


Internet Explorer 8, as it may be known, doesn’t support more than 6 parallel downloads. While downloading a large number of big files from slow servers, bypassing this limit becomes a necessity. Like the previous versions, this limit is defined in the registry, but in a different location.

To change this limit, close all instances if Internet Explorer, open the registry editor by going to Start-> Run-> regedit. Navigate to ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER’. In the right pane, find the DWORD value ‘iexplore.exe’ and change it to 15(or any other number you may want). If the DWORD entry doesn’t exist, create it by “Edit-> New->  DWORD value”, and put the name as ‘iexplore.exe’. Change the value to 15 and leave the base as Hexadecimal. Navigate to the adjacent key ‘FEATURE_MAXCONNECTIONSPERSERVER’ and perform the same actions.

Internet Explorer should now allow more than 6 simultaneous downloads.