IE 6 has a nasty habit of preventing us from downloading more than 2 files at once. Sounds idiotic? Believe it or not, it's true! To configure IE to allow up to 10 simultaneous downloads (it only allows 2 at a time) do the following:
1. Open Registry Editor.
2. In Registry Editor, navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
3. On the Edit menu, click Add Value, and then add the following registry value:
"MaxConnectionsPer1_0Server"=Dword:0000000a "MaxConnectionsPerServer"=Dword:0000000a
You can change 0000000a to any other value as long as it's hexadecimal.
4. Close the registry editor.
1 comments:
Write commentsNice, i tried it with windows server 2003. and it worked . thanks for sharing!
Reply