Daily Archives: January 9, 2019

Changing Primary / Secondary DNS on Windows Adapter via Command Prompt

netsh interface ipv4 add dnsservers "Local Area Connection" address=192.168.x.x index=1Use Index=3 to remove the third DNS. Source:https://stackoverflow.com/questions/18620173/how-can-i-set-change-dns-using-the-command-prompt-at-windows-8

Posted in Technical | Leave a comment