Daha fazla sayıda dosyayı indirmek için başlat/çalıştır/regedit yazdıktan sonra [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsion
Internet Settings] sağ tıklayıp
MaxConnectionsPerServer, MaxConnectionsPer1_0Server olarak 2 adet REG_DWORD (DWORD Value) ekilyoruz.Ayrıca hexadecimalde de değişiklik yapılmalıdır.
bkn:
http://www.woodyswatch.com/winxp/archtemplate.asp?3-n22
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_CURRENT_USER
SoftwareMicrosoft
WindowsCurrentVersion
Internet Settings
- On the Edit menu, click New | DWORD value and then make this registry entry:
MaxConnectionsPer1_0Server
- Right-click on the new name, choose Modify then click on ’Decimal’ as the Base.
- Enter the number 10 as the Value data
- Click OK to save.
- On the Edit menu, click New | DWORD value and then make this registry entry:
MaxConnectionsPerServer
- Right-click on the new name, choose Modify then click on ’Decimal’ as the Base.
- Enter the number 10 as the Value data
- Click OK to save.
- Quit Registry Editor.
In other words you create two new DWORD values called
MaxConnectionsPer1_0Server and
MaxConnectionsPerServer which both have the value 10. Decimal 10 is Hexadecimal 0000000a or just ’a’
The registry should now show the keys like this:
MaxConnectionsPer1_0ServerREG_DWORD0x0000000a (10)MaxConnectionsPerServerREG_DWORD0x0000000a (10)