Description
When changed the computer name with the dialog it changes it in one place (CurrentControlSet/ComputerName/ComputerName) and leaves the other in tcpip/parameters unchanged.
The dialog is calling SetComputerName but that just changes the NetBios, it should call SetComputerNameEx,with ComputerNamePhysicalDnsHostname, instead, which changes ComputerName and NetBios.
Attachments
Issue Links
- relates to
-
CORE-11419 SetComputerNameEx()does not update NV Hostname
- Resolved