answersLogoWhite

0

USAGE:

ipconfig [/allcompartments] [/? | /all |

/renew [adapter] | /release [adapter] |

/renew6 [adapter] | /release6 [adapter] |

/flushdns | /displaydns | /registerdns |

/showclassid adapter |

/setclassid adapter [classid] |

/showclassid6 adapter |

/setclassid6 adapter [classid] ]

where

adapter Connection name

(wildcard characters * and ? allowed, see examples)

Options:

/? Display this help message

/all Display full configuration information.

/release Release the IPv4 address for the specified adapter.

/release6 Release the IPv6 address for the specified adapter.

/renew Renew the IPv4 address for the specified adapter.

/renew6 Renew the IPv6 address for the specified adapter.

/flushdns Purges the DNS Resolver cache.

/registerdns Refreshes all DHCP leases and re-registers DNS names

/displaydns Display the contents of the DNS Resolver Cache.

/showclassid Displays all the dhcp class IDs allowed for adapter.

/setclassid Modifies the dhcp class id.

/showclassid6 Displays all the IPv6 DHCP class IDs allowed for adapter

.

/setclassid6 Modifies the IPv6 DHCP class id.

The default is to display only the IP address, subnet mask and

default gateway for each adapter bound to TCP/IP.

For Release and Renew, if no adapter name is specified, then the IP address

leases for all adapters bound to TCP/IP will be released or renewed.

For Setclassid and Setclassid6, if no ClassId is specified, then the ClassId is

removed.

Examples:

> ipconfig ... Show information

> ipconfig /all ... Show detailed information

> ipconfig /renew ... renew all adapters

> ipconfig /renew EL* ... renew any connection that has its

name starting with EL

> ipconfig /release *Con* ... release all matching connections,

eg. "Local Area Connection 1" or

"Local Area Connection 2"

> ipconfig /allcompartments ... Show information about all

compartments

> ipconfig /allcompartments /all ... Show detailed information about all

compartments

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the different styles of light switches available in the market?

The different styles of light switches available in the market include toggle switches, rocker switches, dimmer switches, push-button switches, and smart switches.


What are the different types of fan wall switches available in the market?

The different types of fan wall switches available in the market include single-pole switches, dual-pole switches, variable speed switches, and remote control switches.


What are the different types of under cabinet lighting switches available for installation?

The different types of under cabinet lighting switches available for installation include touch switches, dimmer switches, motion sensor switches, and traditional toggle switches.


What are the different types of wall light switches available for home lighting control?

The different types of wall light switches available for home lighting control include toggle switches, rocker switches, dimmer switches, and smart switches.


What are the different types of sump pump switch types available in the market?

The different types of sump pump switch types available in the market include vertical float switches, tethered float switches, electronic switches, and pressure switches.


Full form of ipconfig?

ipconfig /all


What kinds of switches are available from Carling Technologies?

Carling Technologies produces rocker switches, toggle switches, push button switches, rotary switches and mini and submini switches. Each of these types of switches are offered in a variety of sizes.


What are the different types of electrical wall switches available for home use?

The different types of electrical wall switches available for home use include toggle switches, rocker switches, dimmer switches, and smart switches. Each type offers unique features and functions to control the lighting and electrical devices in a home.


What are the different types of common light switches available for residential use?

The different types of common light switches available for residential use include toggle switches, rocker switches, dimmer switches, and smart switches. Toggle switches are the traditional flip-style switches, rocker switches have a flat surface that is pressed to turn the light on or off, dimmer switches allow you to adjust the brightness of the light, and smart switches can be controlled remotely through a smartphone or voice assistant.


What is the command line to use IPConfig to release the Current IP address?

ipconfig /release


What are the different types of sump pump float switches available for purchase?

There are three main types of sump pump float switches available for purchase: vertical float switches, tethered float switches, and electronic float switches. Each type operates differently to activate the sump pump when water levels rise.


How do you create ipconfig batch file?

Here is an example of a batch file that carries out the command ipconfig. @echo off ipconfig /all pause exit