Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
To change a computer's Domain Name System (DNS) server or servers from the command line, type:
regfind -p HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\parameters "old DNS value" -r "new DNS value(s)"
Where
old DNS value is the value the server currently has, and
new DNS value(s) is the new value you want to use. The format is dotted decimal notation.
You can also perform the same operation to a computer remotely by typing the following command:
regfind -m \\computer name -p HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\parameters "old DNS value" -r "new DNS value(s)"
Where
computer name is the NetBIOS name or the Internet Protocol (IP) address of the remote computer.
Note You do not have to restart the computer for the DNS changes to take effect.
For more information about the Regfind tool and its capabilities, at a command prompt, type:
regfind /?