会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苦逼IT男
博客园
首页
新随笔
联系
订阅
管理
2016年8月31日
批处理设置IP
摘要: @echo off title 静态IP设置 set netName=本地连接 set address=192.168.1.202 netsh interface ipv4 set address name="%netName%" source=static address=%address% mask=255.255.255.0 gateway=192.168.1.1 gwmetric=0...
阅读全文
posted @ 2016-08-31 19:25 苦逼IT男
阅读(794)
评论(0)
推荐(0)
编辑
公告