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
Delete a record in the BeforeUpdate
query on unbound text box producing strange characters and not numbers
Parse Text From Outlook Body Using VBA
SQL statement to create dataset where table date field is > than a datepicker.value
How to change a font in VFP 9.0
vb.net sender name
Published Access Database to Sharepoint, now what?
My db1 table has a link to db2. Howto use a relative path?
Can I change the default contacts folder in "My Contacts?"
Select Top 5 For Each Group - subquery syntax bug