Display and manage the network configuration of Windows.
:: To show a list of network adapters:
ipconfig
:: To show a detailed list of network adapters:
ipconfig /all
:: To renew the IP addresses for a network adapter:
ipconfig /renew <adapter>
:: To free up the IP addresses for a network adapter:
ipconfig /release <adapter>
:: To show the local DNS cache:
ipconfig /displaydns
:: To remove all data from the local DNS cache:
ipconfig /flushdns