This is a short tutorial about the ipconfig command.
This command works with Windows operating system: Windows 10, Windows 8 and some old versions.
You can read all about this command from here.
Let’s start with the basics:
– to read short info about your network, just use this:
1 | ipconfig |
– to see more info then you need to use this:
1 | ipconfig /all |
– to reset all to default network:
1 | ipconfig /renew |
– send one message to release the current DHCP configuration and discard the IP address configuration for either all adapters:
1 | ipconfig /release |
– resets the contents of the DNS client resolver cache, with:
1 | ipconfig /flushdns |
– show us the contents of the DNS client resolver cache (example: clients.l.Google.com is Google in Mountain View, California, United States.)
1 | ipconfig /displaydns |
NOTES:
If you use old windows versions like Windows Millennium Edition, Windows 98, and Windows 95 then need to use winipcfg command.