You are on page 1of 2

24/4/2019 Need to optimize your network? Look at adjusting LocalPriority, HostPriority, DNSPriority or NetBTPriority.

| TCAT Shelbyville – Tec…

Need to optimize your network? Look at adjusting LocalPriority,


HostPriority, DNSPriority or NetBTPriority.
Posted on Sunday, February 10, 2019 7:09 pm

Need to optimize your network? Look at adjusting LocalPriority, HostPriority, DNSPriority


or NetBTPriority. (Host/DNS resolution)

The tweak works by increasing the priority of four processes.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider\
LocalPriority = 4 (DWORD, the default is 499, change to 4)
HostPriority = 5 (DWORD, the default is 500, change to 5)
DnsPriority = 6 (DWORD, the default is 2000, change to 6)
NetbtPriority = 7 (DWORD, the default is 2001, change to 7)

You can use this script at a command prompt (as Admin) or in PowerShell (as Admin)-

reg add HKLM\System\CurrentControlSet\Services\TcpIp\ServiceProvider /v “LocalPriority”


/t REG_DWORD /D 4 /F

reg add HKLM\System\CurrentControlSet\Services\TcpIp\ServiceProvider /v “HostsPriority”


/t REG_DWORD /D 5 /F

reg add HKLM\System\CurrentControlSet\Services\TcpIp\ServiceProvider /v “DnsPriority”


/t REG_DWORD /D 6 /F

reg add HKLM\System\CurrentControlSet\Services\TcpIp\ServiceProvider /v


“NetBtPriority” /t REG_DWORD /D 7 /F

taskkill /f /im explorer.exe

start explorer.exe

https://ttcshelbyville.wordpress.com/2019/02/10/need-to-optimize-your-network-look-at-adjusting-localpriority-hostpriority-dnspriority-or-netbtpriority/ 1/2
24/4/2019 Need to optimize your network? Look at adjusting LocalPriority, HostPriority, DNSPriority or NetBTPriority. | TCAT Shelbyville – Tec…

Advertisements

https://ttcshelbyville.wordpress.com/2019/02/10/need-to-optimize-your-network-look-at-adjusting-localpriority-hostpriority-dnspriority-or-netbtpriority/ 2/2

You might also like