ipconfig: add page

coverage
pxgamer 2018-01-10 10:08:30 +00:00 committed by Agniva De Sarker
parent 0a5a62eda8
commit d1282ffdec
1 changed files with 23 additions and 0 deletions

23
pages/windows/ipconfig.md Normal file
View 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`