2008-04-29
批处理更改IP地址,网关,DNS
Echo off
Netsh interface IP Set Address "本地连接" Static 192.168.1.203 255.255.255.0 192.168.1.1 1
Netsh interface IP Set dns "本地连接" static 192.168.1.1 primary
Echo changed ip to office 192.168.1.203 press any key ,go on
Pause
@Echo off
Netsh interface IP Set Address "本地连接" Static 192.168.0.203 255.255.255.0 192.168.0.1 1
Netsh interface IP Set dns "本地连接" static 192.168.0.1 primary
Echo changed ip to home 192.168.0.203 press any key ,go on
Pause
发表评论
- 浏览: 5889 次
- 来自: 深圳

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
Portlet 是什么 ?
看完了,支持一下
-- by selectme_2008 -
对数据结构与算法的理解
我们<html>
-- by lelong -
对数据结构与算法的理解
<html> <html>
-- by lelong -
对数据结构与算法的理解
<html>
-- by lelong -
对数据结构与算法的理解
style="display:none
-- by lelong






评论排行榜