tldr/pages.zh/windows/ipconfig.md

24 lines
363 B
Markdown
Raw Normal View History

2019-03-11 03:02:22 +00:00
# ipconfig
> 显示和管理Windows的网络配置.
- 显示网络适配器列表:
`ipconfig`
- 显示网络适配器的详细列表:
`ipconfig /all`
- 为一个网络适配器重新获取IP地址:
2019-03-11 05:21:00 +00:00
`ipconfig /renew {{适配器}}`
2019-03-11 03:02:22 +00:00
- 为一个网络适配器释放IP地址:
2019-03-11 05:21:00 +00:00
`ipconfig /release {{适配器}}`
2019-03-11 03:02:22 +00:00
- 清除所有DNS缓存:
`ipconfig /flushdns`