Unable to reach "PC Name," however "Lan IP" is reachable.
Unable to reach "PC Name," however "Lan IP" is reachable.
Also, network discovery is active on both systems. https://www.windowscentral.com/how-confi...ndows-10-0
I received that as my initial confirmation. I also turned on the Function Discovery features and configured them to automatically think about it.
I also executed the same command on my laptop, and it produced the identical outcome. However, your laptop doesn’t seem to experience the same problem.
DNS tips here: 1. Use "ipconfig /flushdns" to clear old DNS records
2. Check configured servers with "ipconfig /all"
3. Nslookup doesn't require the -verify flag
4. Try "resolve-dnsname DESKTOP-8Q0UO6R" in PowerShell to see output
5. Think about renaming that Desktop—it sounds awkward, especially with the numbers. Good luck reading it late at night.
Flushing the DNS didn't fix the issue. Here's what I get from powershell
Turn off IPv6, Windows will rely on that (the AAA record), which seems improperly set, while the IPv4 record appears valid after clearing DNS.
Run Notepad with admin privileges, access c:\windows\system32\drivers\etc\hosts (no extension). Add this at the end: 192.168.1.9 Desktop-8Q0UO6R The best way to resolve this is to set up or adjust DNS on your router (192.168.1.1). The issue on your laptop stems from using NETBIOS, which isn't functioning properly on the desktop either. Relying solely on NETBIOS isn't a reliable fix.