How to Increase Connection Limits in Internet Explorer 8
The number of files that you can download simultaneously in Internet Explorer 7 or earlier versions is limited to 2 by default. When Internet Explorer 8 is released, this limitation has been increased to 6. Although the default connection allowed at one time has been increased significantly, but if you think that it still can’t fulfill your requirement and you want it to be more, you can actually increase it to up to 10 connections at one time.
To increase the number of files that can be downloaded simultaneously to 8 in Internet Explorer 8, it can be done via simple registry hack as shown below:
1. Open notepad.
2. Copy below string and paste it into notepad:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
“MaxConnectionsPerServer”=dword:00000010
“MaxConnectionsPer1_0Server”=dword:0000010
3. One thing to take note here. Once you have copied the string to notepad, delete both ” (double quote) and retype. Without doing so could cause the value fail to be added into registry due to the double quote copy from the webpage is different from what you type manually. Save the notepad as “IncreaseConIE8.reg” with Save as type is “All Files”.
4. Double click the registry file, continue with UAC prompt and click OK to confirm you wish to perform the action.
Once you have completed the above steps, you should be able to download 10 files simultaneously by using Internet Explorer 8.
Related Articles
- Personalize Internet Explorer with Your Own Name
- Restore, Enable and Display the Missing Internet Explorer (IE or IE7) Icon on Windows Vista Desktop
- Download Vista tcpip.sys and UAC Auto Patcher to Increase TCP Connection Limit
- Unhide, Display and Show Classic Menus or Menu Bar in Internet Explorer 7
- How to Disable Reopen Last Browsing Session in IE8 (Internet Explorer 8)
- Set Advanced Custom Internet Explorer 6 and 7 Filter Level in Registry
- Edit Internet Explorer Typed URLs in Address Bar Dropdown List
- How to Open Multiple Gmail Accounts Simultaneously In Internet Explorer 8
- Vista IE7 “No Connection to the Internet is Currently Available” Error
- Microsoft Internet Explorer 7 (IE7) Beta 2 Available for Full Download










































May 12th, 2009 02:57
True reg info;
HKCU,”SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER”,”iexplore.exe”,0×10001,10
HKCU,”SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER”,”iexplore.exe”,0×10001,10
HKLM,”SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER”,”iexplore.exe”,0×10001,10
HKLM,”SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER”,”iexplore.exe”,0×10001,10