摘要:
@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男
阅读(802)
评论(0)
推荐(0)