JSI Tip 3982. Windows 2000 Network Identity registry entries.

Jerold Schulman

August 16, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The following registry value names control network identity:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlComputerNameActiveComputerNameComputerName is the current NetBIOS computer name.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlComputerNameComputerNameComputerName is the NetBIOS computer name that will be used when the computer is restarted.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParametersHostname is the host name of the computer.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParametersNV Hostname is the host name that the computer will take when it is restarted.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParametersDomain is the current DNS domain name. Domain may be empty or not present. The full computer name is the values of Hostname + Domain.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParametersNV Domain is the DNS domain name that the computer will use when it is restarted. The full computer name after a restart is the values of NV Hostname + NV Domain.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like