1.

Solve : Script to Add/Remove DNS & WINS?

Answer»

Hi everyone,

I've tried searching for a resolution without much success.

I WOULD like to create a batch file that adds a DNS & WINS address and another one to remove, is this possible?

Thanks for your help

MatthewCheck out the netsh command:

netsh interface ip add dns /?

netsh interface ip add wins /?

Those TWO commands should give you all the information you need.



Note: If DNS SERVERS were previously obtained through DHCP, the new address will REPLACE the old list.Excellent, i've managed to add and remove both DNS & WINS

Thanks for your help Sidewinder



Discussion

No Comment Found