• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IE 5.5 Registry Edit to Multiple downloads for w2k

Oops

Member
How to edit the registry in Windows 2000, so that IE can download multiple files at the same time instead of the default 2 at a time. I know people can do it in win98, but not sure how to do it in win 2000. Thanks.
 
i dont have the article number handy right now, but you can check the Microsoft knowledge base for more info on that. soryy i couldnt be more specific.
 
Thanks, guys. However, I am more interested in reg editing directly so I can modify how many connections open at a time. I remember something like adding 2 Dword values such as MaxNumConnectionsPerServer = 8?
 
Just change the '00000020' to 00000010 or whatever you like.

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020
 
Back
Top