• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    windows使用netsh设置静态&动态ip的脚本
    使用netsh设置静态ip地址:

    复制代码
    代码如下:

    @echo off
    netsh interface ip set address "本地连接" static 172.24.83.239 255.255.255.0 172.24.83.247
    netsh interface ip set dns "本地连接" 172.24.102.110
    netsh interface ip add dns "本地连接" 172.24.102.110 index=2
    pause

    使用netsh设置动态ip地址:

    复制代码
    代码如下:

    @echo off
    netsh interface ip set address name="本地连接" source=dhcp
    netsh interface ip set dns name="本地连接" source=dhcp
    pause
    上一篇:电脑没有win键怎么打开windows7 3D具体步骤
    下一篇:防止暴力破解Windows8系统密码(使用图片密码登录功能)
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    windows使用netsh设置静态&动态ip的脚本 windows,使用,netsh,设置,静态,