When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.
NEXT
"Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry."
Q. 1) Can i Copy from 1st line... (Windows REgistry Version...) or from 2nd line...([HKEY_LOCAL_....)
Q 2) How can i Merge it into the registry ?
Thank you :)
--
ANIL
anil.kumbhar@gmail.com
After the Merge command...
the massage displays as -
cannot import c:\Documents and Settings\xx\DEsktop\dnscache.reg: The specified file is not a registry script You can only import binary files from within the registry editor.
:(
--
ANIL
anil.kumbhar@gmail.com