I bought a Windows 10 home edition laptop from my school, and when I reached home I noticed my Primary DNS Suffix was "DELIA.DGOS". Even when I'm at home. Image
So, I tried changing it via the Control Panel, but after a restart, it says the same. I even tried changing the registry key value of: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DNSRegisteredAdapters\WifiCardID\PrimaryDomainName
But after a restart, it changes back. I don't want my laptop name to end with this DNS suffix. How do I change it? Is it hard-coded into the wifi card?
I ran several commands to determine it:
>wmic path Win32_NetworkAdapterConfiguration get caption, DNSDomainSuffixSearchOrder Caption DNSDomainSuffixSearchOrder [00000000] Microsoft Kernel Debug Network Adapter [00000001] Intel(R) Wireless-AC 9560 160MHz {"DELIA.DGOS"} [00000002] Intel(R) Ethernet Connection (6) I219-V [00000003] Microsoft Wi-Fi Direct Virtual Adapter [00000004] Bluetooth Device (Personal Area Network) [00000005] Microsoft Wi-Fi Direct Virtual Adapter [00000006] WAN Miniport (SSTP) [00000007] WAN Miniport (IKEv2) [00000008] WAN Miniport (L2TP) [00000009] WAN Miniport (PPTP) [00000010] WAN Miniport (PPPOE) [00000011] WAN Miniport (IP) [00000012] WAN Miniport (IPv6) [00000013] WAN Miniport (Network Monitor) >wmic path Win32_NetworkAdapterConfiguration get caption, DNSDomain Caption DNSDomain [00000000] Microsoft Kernel Debug Network Adapter [00000001] Intel(R) Wireless-AC 9560 160MHz [00000002] Intel(R) Ethernet Connection (6) I219-V [00000003] Microsoft Wi-Fi Direct Virtual Adapter [00000004] Bluetooth Device (Personal Area Network) [00000005] Microsoft Wi-Fi Direct Virtual Adapter [00000006] WAN Miniport (SSTP) [00000007] WAN Miniport (IKEv2) [00000008] WAN Miniport (L2TP) [00000009] WAN Miniport (PPTP) [00000010] WAN Miniport (PPPOE) [00000011] WAN Miniport (IP) [00000012] WAN Miniport (IPv6) [00000013] WAN Miniport (Network Monitor) 121 Answer
There are several possibilities.
Do a TCP / IP Reset: Open cmd.exe with Run as Administrator Then: netsh int ip reset c:\resetlog.txt Then: ipconfig /flushdns Then: restart the computer and test the DNS
Try re-installing the wireless card.
Then, 3. If these regular solutions do not work, then try a USB Wireless card as that should work
3