How to Increase the Maximum Allowed HTTP File Transfers

By default, Windows restricts the number of simultaneous HTTP file transfers over the Internet to just two.  By tweaking the registry you can increase this number.

You can change this by copying the following text into a blank Notepad file and then saving that file with a .reg extension.

Code:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:00000012
"MaxConnectionsPerServer"=dword:00000012


Double click the registry file you have saved to merge the registry file content with the Windows registry.

Restart your computer.