is it that easy? I did find these instructions from geekquestions.com
Step 1,
Open regedit.
Go to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
Add the valuename RandomAdapter if it does not exsist, make sure you add it as a REG_DWORD (DWORD Value).
Enter 1 as a value data to enable RandomAdapter or 0 to disable it.
Step 2,
Add the valuename SingleResponse if it does not exsist, make sure you add it as a REG_DWORD (DWORD Value).
Enter 1 as a value data to enable SingleResponse or 0 to disable it.
Step 3,
Reboot your computer.
Done!
Note! Make sure both RandomAdapter and SingleResponse have the data value 1 or the load balancing will not work.