ipconfig: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
0a5a62eda8
commit
d1282ffdec
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`
|
Reference in New Issue
Block a user