windows
pkgmgr /iu:”TelnetClient”
Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{*interface-UUID*}\ProfileNameServer
where {*interface-UUID*} is a unique ID that is assigned to the different interfaces on the local machine. ProfileNameServer is a REG_SZ string that contains a space-separated list of IP addresses of the nameservers to use. This appears to override the DhcpNameServer string, which is of the same format.
I cleared the ProfileNameServer string and the interface in question used what was in DhcpNameServer instead, which solved my issue.
windows.txt · Last modified: 2025/10/25 12:21 by protocol
