Windows 10 & change DNS
https://www.windowscentral.com/how-change-your-pcs-dns-settings-windows-10
Google Public DNS addresses: 8.8.8.8 and 8.8.4.4
OpenDNS addresses: 208.67.222.222 and 208.67.220.220
$ wmic nic get NetConnectionID
$ netsh
$ interface ip add dns name="ADAPTER-NAME" addr="X.X.X.X" index=2
# demo
$ interface ip add dns name="Ethernet0" addr="8.8.4.4" index=3
http://www.ilovefreesoftware.com/08/tutorial/change-dns-server-windows-10.html