registry edit prob --- changing values

NoiZ
03-23-2004, 12:40 AM
i want to do a registry edit that will inable my IE to unlock the default "2 download at a time" to up to 10.

First load up regedit (Start, Run then type regedit and press ok) and follow this path HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion -> Internet Settings. Right click on the right hand window and create a two new DWORD values...


MaxConnectionsPer1_0Serve r
MaxConnectionsPerServer
Give each a value of "0000000a" then save and exit. You might have to reboot for this tweak to come into affect. After that's all done, you should notice that you can now download more than two files at a time.
i'm able to create the 2 new dword values. but, the part that says "give each a value of "0000000a" when i attempt to do this it comes out as 0000 00 0a.

i close the edit binary value window, then the 2 files[dword values] under the registry editor list read "(invalid dword value)"

what's up with this? i needs some help

FUBAR|Ascain
03-24-2004, 05:10 PM
Copy the following code into notepad and save it as ie_tweak.reg. Then double click it to merge it into your registry.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Softwar e\Microsoft\Windows\Curre ntVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000010
"MaxConnectionsPer1_0Serve r"=dword:00000010

For some reason, the board is putting spaces in CurrentVersion. The code above should have no space there, it's all one word.