in reply to Change Windows DNS Settings
Look at the netsh for more options and details. There is a ton of stuff you can do with netsh including changing IP's, netmasks, routes, adding deleting (non-LAN) interfaces, etc.netsh interface ip add dns "Local Area Connection" 10.10.10.10 index=1 netsh interface ip delete dns "Local Area Connection" 10.10.10.10
|
|---|