Showing posts with label Registry tweaks. Show all posts
Showing posts with label Registry tweaks. Show all posts

Saturday, March 24, 2007

Speed up your Browsing Xperience

Faster webpage with DNS lookup priority
Open your registry editor and go to:
To open your registry editor go to Start\Run and type regedit in it andpress return.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000001
"HostsPriority"=dword:00000001
"LocalPriority"=dword:00000001
"NetbtPriority"=dword:00000001


Eliminating faulty DNS lookups caching
Open your registry and go to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"NegativeCacheTime"=dword:00000000
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000


Speeding Up Network Browser
Open your windows registry editor and go to:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/RemoteComputer/NameSpace
Delete the key : {D6277990-4C6A-11CF-8D87-00AA0060F5BF}


Controlling buffer memory tweak
Open your registry editor and go to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"ForwardBufferMemory"=dword:00024a00
"NumForwardPackets"=dword:0000024a
"MaxForwardBufferMemory"=dword:00024a00
"MaxNumForwardPackets"=dword:0000024a

Warning:All changes in the registry should me made after backing it up.