mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
ipconfig: add page
This commit is contained in:
parent
0a5a62eda8
commit
d1282ffdec
1 changed files with 23 additions and 0 deletions
23
pages/windows/ipconfig.md
Normal file
23
pages/windows/ipconfig.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# ipconfig
|
||||
|
||||
> Display and manage the network configuration of Windows.
|
||||
|
||||
- Show a list of network adapters:
|
||||
|
||||
`ipconfig`
|
||||
|
||||
- Show a detailed list of network adapters:
|
||||
|
||||
`ipconfig /all`
|
||||
|
||||
- Renew the IP addresses for a network adapter:
|
||||
|
||||
`ipconfig /renew {{adapter}}`
|
||||
|
||||
- Free up the IP addresses for a network adapter:
|
||||
|
||||
`ipconfig /release {{adapter}}`
|
||||
|
||||
- Remove all data from the DNS cache:
|
||||
|
||||
`ipconfig /flushdns`
|
Loading…
Add table
Reference in a new issue