• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Internet Explorer Download Limit.......only 2 files????

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
You can increase the number of simultaneous connections that are allowed to 10, but you'll need to edit the Registry to do it...

Start | Run | Type Regedit and hit Enter or click OK. Locate the following Key in the Registry (make sure to back up the Registry, or at least the Key by highlighting it...and selecting "Export" from the "File" menu:

HKEY_CURRENT_USER | Software | Microsoft | Windows | CurrentVersion | Internet Settings

On the "Edit" menu, select New "DWORD Value" (or right click in the RH pane and select New "DWORD Value"), then add the following Registry Value Names and Values:

Value Name...MaxConnectionsPer1_0Server
DWORD Value...0000000a

Value Name...MaxConnectionsPerServer
DWORD Value...0000000a

Hit F5 to refresh the Registry, and quit Registry Editor. ;)
 
Last edited:
redduc900 said:
You can increase the number of simultaneous connections that are allowed to 10
...
DWORD Value...0000000a

That is HEX, I bet you can get alot more if you tried:
0 = 00000000
1 = 00000001
2 = 00000002
...
9 = 00000009
10 = 0000000a
11 = 0000000b
12 = 0000000c
13 = 0000000d
14 = 0000000e
15 = 0000000f
16 = 00000010
17 = 00000011
...
 
Back