1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 08:55:35 +02:00
tldr/pages.zh/windows/ipconfig.md
2019-03-12 11:56:23 +00:00

363 B

ipconfig

显示和管理Windows的网络配置.

  • 显示网络适配器列表:

ipconfig

  • 显示网络适配器的详细列表:

ipconfig /all

  • 为一个网络适配器重新获取IP地址:

ipconfig /renew {{适配器}}

  • 为一个网络适配器释放IP地址:

ipconfig /release {{适配器}}

  • 清除所有DNS缓存:

ipconfig /flushdns