# Saturday, 11 February 2006
« Cannot open files directly from OWA or P... | Main | Remote Desktop »

RFC 2068 stipulates two concurrent download sessions.  IE allows two such sessions (plus one queued).  To increase this to 10, in:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

add the following DWORD values:

Value name: MaxConnectionsPer1_0Server
Value data: 10
Base: Decimal

Value Name: MaxConnectionsPerServer
Value data: 10
Base: Decimal


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

ie
Saturday, 11 February 2006 13:45:43 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback Related posts:
IE7 RunOnce Error
Embed .PDFs in HTML Pages

Comments are closed.