Wednesday, August 29, 2018

DNS IP add and delete through command for windows


Set primary DNS IP

netsh interface ip add dns name="167.NIC" 148.173.250.28 index=1



Set secondary DNS IP

netsh interface ip add dns name="167.NIC" 148.173.250.141 index=2

Delete DNS IP


netsh interface ipv4 delete dnsserver "167.NIC" 148.173.250.27