windows设置IP脚本

来源:互联网 发布:网络k歌设备推荐 编辑:程序博客网 时间:2024/05/17 07:20
  • 设置静态IP
    netsh interface ipv4 add address name=”本地连接” address=21.20.116.125 mask=255.255.255.224 gateway=21.20.116.126

  • 设置自动获取
    netsh interface ipv4 set address name=”本地连接” source=dhcp