Some time back I had written on there is no load balancing concept in Windows XP. However with 2 internet connections which is kinda normal for guys like me (I have a broadband connection over WiMAX as well as an EVDO connection from BSNL).
So I can’t load balance theoretically, however I was looking for a way to kind of have Windows select both connections randomly or in a round robin fashion. This way I get both connections utilized. So again Google helped me, following is the DWORD that can be used to set Windows to choose internet connections randomly;
Open Registry Editor and go to;
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP]
Create a DWORD entry named ‘RandomAdaptor’ and set the value to 1.
Keeping it to 1 enables random selection of adaptors and keep it to 0 disables it.
Try it out and see for yourselves.

