Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22584
  • 博文数量: 6
  • 博客积分: 240
  • 博客等级: 二等列兵
  • 技术积分: 70
  • 用 户 组: 普通用户
  • 注册时间: 2005-09-15 10:13
文章分类

全部博文(6)

文章存档

2008年(1)

2005年(5)

我的朋友

分类: WINDOWS

2005-09-22 12:16:00

今天网络连接的属性显示不出来了。总会有改IP的时候啊。查到了cmd下改的方法netsh:

netsh
netsh> int
netsh internface> ip
netsh internface ip> set add "<网卡名>" static

netsh internface ip> set add "网卡名" dhcp

例:

set add "本地连接" static 192.168.33.3 255.255.255.0

set add "Local Area Connection" dhcp

阅读(1956) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~