Changing Primary / Secondary DNS on Windows Adapter via Command Prompt

netsh interface ipv4 add dnsservers "Local Area Connection" address=192.168.x.x index=1

Use 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

This entry was posted in Technical. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.