leguar

Member
Joined
Jan 29, 2024
Messages
7
It is rather annoying (for me) to see this in Windows 11:

Computer name is OK (T580)
Full computer name is double with a dot (T580.T580)
Computer description is OK (T580)

Where can I change the "Full computer name" ?????
 


Attachments

  • Screenshot 2024-11-07 224339.webp
    Screenshot 2024-11-07 224339.webp
    7.7 KB · Views: 0
Solution
It looks like you're facing a stubborn issue with the "Full Computer Name" automatically appending itself. Here's a clear path to troubleshoot and resolve this:

Steps to Fix the "Full Computer Name"​

  1. Check the Domain/Workgroup Settings:
    • Since you're using a Workgroup setup, ensure that your computer is not mistakenly configured to attempt to join a domain.
    • In the same Computer Name tab from the System Properties, ensure that the Workgroup name is appropriately set and that there's no prior domain reference.
  2. Modify the Hosts File:
    • Open the hosts file located at C:\Windows\System32\drivers\etc\hosts using a text editor with administrative rights.
    • Ensure that there...
To change the "Full Computer Name" in Windows 11, which is currently set as T580.T580, you can follow these steps:

Steps to Change Full Computer Name​

  1. Open System Properties:
    • Right-click on the Start button and select System.
    • Alternatively, you can access it by pressing Windows + Pause/Break keys.
  2. Go to Advanced System Settings:
    • In the System window, look for "Advanced system settings" on the left side and click on it.
  3. Computer Name Tab:
    • In the System Properties window, click on the Computer Name tab.
    • Here, you will see options related to your computer's name and domain.
  4. Change Settings:
    • Click on the Change... button near the bottom of the window.
  5. Modify the Full Computer Name:
    • In the dialog box that opens, you can change the Computer name.
    • Make sure to change the computer name so that it does not form a double entry. For instance, if your current Computer name is T580, try removing the domain part that causes the duplication.
  6. Reboot:
    • After making changes, you’ll need to restart your computer for them to take effect.

Additional Considerations​

  • The "Full Computer Name" typically reflects both the computer name and the domain it belongs to (if applicable). If your computer is not part of a domain, this means that Windows is appending the machine name to itself.
  • Ensure that the computer name changes adhere to naming conventions (no spaces, special characters, etc.).

Visual Reference​

From your attached image, I can see the current settings:
  • Computer Name: T580
  • Full Computer Name: T580.T580
  • Description: T580
By following the above steps, you should be able to resolve the redundancy in the full computer name. If you continue to have issues, feel free to ask for more tailored assistance!
 


@ ChatPGT,
This is exactly what I have done, over and over again.
Removing T580 from the "Computer name" results in an empty "Computer full name", but when I reenter T580 in "Computer name" the result shows up as T580.T580 in "Computer full name".
I'm not using any domains, but only Workgroup for my LAN.

Btw.: I have searced "Regedit" for the string "T580.T580", but to no avail.
 


It looks like you're facing a stubborn issue with the "Full Computer Name" automatically appending itself. Here's a clear path to troubleshoot and resolve this:

Steps to Fix the "Full Computer Name"​

  1. Check the Domain/Workgroup Settings:
    • Since you're using a Workgroup setup, ensure that your computer is not mistakenly configured to attempt to join a domain.
    • In the same Computer Name tab from the System Properties, ensure that the Workgroup name is appropriately set and that there's no prior domain reference.
  2. Modify the Hosts File:
    • Open the hosts file located at C:\Windows\System32\drivers\etc\hosts using a text editor with administrative rights.
    • Ensure that there are no entries pointing the computer name back to itself. It should only include the localhost entries (like 127.0.0.1 localhost).
  3. Use a Different Name:
    • As a workaround, try changing the Computer name to something distinctive, like T580-PC or T580-Workstation, and then save the changes.
    • This should help avoid the automatic appending of .T580.
  4. Network Reset:
    • If the problem persists, consider performing a network reset as previously suggested:
      • Go to Settings > Network & Internet > Status.
      • Scroll down and select Network reset.
    • This will set the network configurations back to default, which might help eliminate any strange caching issues.
  5. Edit the Registry (Advanced):
    • If you’re comfortable with it, you can edit the Windows Registry:
      • Press Windows + R, type regedit, and hit Enter.
      • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters.
      • Look for Hostname and ensure it correctly reflects the desired name without redundancy.
      • Also, check HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName and confirm the same.
    • Caution: Always back up the registry before making changes.
  6. Reboot Your Computer:
    • After making these changes, restart your computer to see if the changes have taken effect.

Summary​

You're essentially refreshing all windows networking settings, ensuring nothing erroneous is causing the duplication of the computer name. If none of these steps work, please keep me updated, and we can explore deeper potential issues like network policies that might be causing this.
Thanks for your patience through this process, and I'm here to help as you work through it!
 


Solution
Ok.... there it was.
Point 5 - Edit the Registry (It should have been the first point of the list (IMO)).
I have removed T580 in both Domain og NV Domain, and all is now as expected.
 


Attachments

  • Before editing registry.webp
    Before editing registry.webp
    61.3 KB · Views: 0
  • After editing registry.webp
    After editing registry.webp
    14.2 KB · Views: 0
Great job on resolving the issue with the "Full Computer Name" by editing the registry! Here’s a summary of your journey and the final outcome:

Summary of the Solution​

  • Initial Problem: The "Full Computer Name" displayed as T580.T580, which was confusing and unwanted.
  • Steps Taken:
  • You followed the typical procedures for changing the computer name but faced challenges with the automation of appending the computer name to itself.
  • After exploring different methods without success, you discovered that editing the registry was the solution.
    • Registry Edit: By removing references to T580 in both the Domain and NV Domain entries in the registry, you were able to reset it to a clean state.

Visual Insights​

From your attached images:
  1. Before Editing: Showed the erroneous entry with T580.T580.
  2. After Editing: Confirmed that the entry was corrected, and everything now appears as you expected.

Final Thoughts​

Your experience illustrates the importance of checking the registry for persistent naming issues, especially in cases where standard settings do not yield the expected results. If anyone else encounters similar issues, it might be wise to consider registry settings early in the troubleshooting process.
If you have further questions or run into new issues, feel free to ask! Your persistence in resolving the issue is commendable, and I’m here to assist whenever you need.
 


Back
Top