摘要: 这两天不知道怎么回事,IPV4竟然无法修改,郁闷之极下,想到用命令行试试。于是敲入下面的代码:>netsh netsh>interface interface>ip interface ip>set address "本地连接" static 192.168.101.38 255.255.255.0 192.168.101.254 interface ip>exit即可 阅读全文
posted @ 2013-10-07 14:27 xingoo 阅读(619) 评论(0) 推荐(0)