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

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    windows下通过批处理快速批量更换IP方法
    复制代码 代码如下:

    @echo off
    rem eth //eth 为网卡名称,可在网络连接中查询,如”本地链接”
    set eth=”无线网络连接”
    rem ip //ip 为你想更改的IP
    set ip=192.168.1.8
    rem gw //gw 为网关地址
    set gw=192.168.1.1
    rem netmasks //netmasks 为子网掩码
    set netmasks=255.255.255.0
    echo 正在将本机IP更改到: %ip%
    rem
    if %gw%==none netsh interface ip set address %eth% static %ip% %netmasks% %gw% > nul
    if not %gw%==none netsh interface ip set address %eth% static %ip% %netmasks% %gw% 1 > nul
    echo…………………….
    echo 检查当前本机IP:
    ipconfig
    echo…………………….
    echo 成功将本机IP更改为%ip%!
    pause
    close
    上一篇:利用 secedit.exe 配置本地审核策略
    下一篇:秒用自动关机命令实现定时提醒你该睡觉了
  • 相关文章
  • 

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

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

    windows下通过批处理快速批量更换IP方法 windows,下,通过,批处理,快速,