摘要:
1自动获取:@echo off netsh interface ip set address "本地连接" dhcp netsh interface ip set dns "本地连接" dhcp 2改固定IP:@echo off netsh interface ip set address name="本地连接" source=static addr=192.168.1.110 mask=255.255.255.0 netsh interface ip set address name="本地连接" gateway 阅读全文
posted @ 2013-05-03 17:06
你猜呢
阅读(177)
评论(0)
推荐(0)
浙公网安备 33010602011771号