Microsoft
Software
Hardware
Network
Question : Changing DNS address of Netowork interface Card using windows script.
I am using Windows XP, I need one help. I am having two network card. How to change DNS address (Preferred and alternate) of both network card using windows script?
Thanks in advance.
Answer : Changing DNS address of Netowork interface Card using windows script.
This is the command
netsh interface ip set dns "local area connection" static 62.215.6.51 primary
Put the above command in a batch file.
Put secondary for secondary dns address.
For second network card the name might be "local area connection 2"
Random Solutions
Scrolling Issue With DataGridView & Wrapping Text
how to change sql query not to pull duplicates
I need help appending text to cells in excel
Automated countdown in outlook calendar?
How do I put a specific table row at the END of my 'ORDER BY' list?
open port 1433 sql server in windows server 2008
Excel calendar - Saturday through Friday layout
How do you check the current date format of an SQL Server 2005 database?
Antigen Anti-Spam engine changeover
Select A Node ASP.NET TreeView Control Programatically