首页 > 代码库 > 修改本地连接的脚本包括修改备用dns的方法

修改本地连接的脚本包括修改备用dns的方法

echo off
  cls  

  title 设置IP
  echo 正在设置IP地址,请稍候……
  netsh interface ip set address "本地连接" static 192.168.218.169 255.255.255.0 192.168.218.254 1
  echo 正在更改DNS设置,请稍候……
  echo 正在更改DNS设置,请稍候……
  netsh interface ip set dns "本地连接" static 192.168.12.128 primary
  netsh interface ip add dns "本地连接" 192.168.12.129 
  echo                       ******恭喜你,修改完成!******