I formatted and installed win2k, now i can only download 2 items at a time. how do i change this?

nortexoid

Diamond Member
May 1, 2000
4,096
0
0
u sure u weren't trying to download more than 2 items for a SINGLE site???
if so, then that's probably the reason - a lot of sites cap the amount of hte uploads per user...some at 2, some at 3, some at more...even less.
 

Slacker

Diamond Member
Oct 9, 1999
8,623
33
91


<< Windows 2000 Web Patch


According to the HTTP specs, only limited number of simultaneous connections are allowed, while loading pages. To increase that number, you can add the following entries to the Registry (they are not present by default):

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

Note: Keep in mind that although those values work fine in most cases, they exceed the HTTP specs and therefore might cause problems with some websites. If you experience problems, just remove the entries. While these entries might improve web page loading considerably, they tend to strain webservers more and have no effect on throughput.

Alternatively, you can download a patch that will add these entries for you automatically:

sguide_webtweak_2k (11/07/00) - patch for faster website access, as well as an uninstall patch to revert the changes if needed.
>>