Answers

Question and Answer:

  Home  Computer Networks

⟩ Explain how to change in domain name?

This article describes how to change a computer's Domain Name System (DNS) server or servers from the command line, either locally or remotely. This operation requires you to use the Regfind.exe tool from either the Microsoft Windows NT Server Resource Kit or the Microsoft Windows 2000 Server Resource Kit. MORE INFORMATIONWARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.To change a computer's Domain Name System (DNS) server or servers from the command line, type: regfind -p HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipparameters "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_MACHINESYSTEMCurrentControlSetServicesTcpipparameters "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 /?

 172 views

More Questions for you: