Nick Computer Services

Computer & Services => Technical & Tutorial => Topic started by: Nick on July 27, 2011, 01:58:08 PM

Title: การเปิดใช้งาน Load Balance ใน Windows XP
Post by: Nick on July 27, 2011, 01:58:08 PM
Enable_Load_balancing

Code Reg
=============================================
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"RandomAdapter"=dword:00000001
"SingleResponse"=dword:00000001

=============================================
Disable_Load_balancing

Code Reg
=============================================
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"RandomAdapter"=dword:00000000
"SingleResponse"=dword:00000000
=============================================