answersLogoWhite

0

ipconfig /release ipconfig /renew

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

In Windows 2000 what command discards the IP address?

ipconfig /release ipconfig /renew


What windows networking utility can tell you what your IP address is?

From a command prompt, you can use the command "ipconfig" to display your ip address.


How do you get the ip address from computer?

Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.


How do you access your ip address?

If you mean, find out your IP address, in Windows you can either type the command ipconfig, or check the network properties. In network properties you also have the option of changing the IP options.If you mean, find out your IP address, in Windows you can either type the command ipconfig, or check the network properties. In network properties you also have the option of changing the IP options.If you mean, find out your IP address, in Windows you can either type the command ipconfig, or check the network properties. In network properties you also have the option of changing the IP options.If you mean, find out your IP address, in Windows you can either type the command ipconfig, or check the network properties. In network properties you also have the option of changing the IP options.


What Command can be used to cause Windows to release its IP address?

ipconfig /release


What a command can be used to cause windows to release its IP address?

ipconfig /release


What Windows command can you type to view your IP address?

ipconfig /all - this will give you all the IP information on the adapter


What utilities would you typically use to determine the number of hops to a specific destination?

You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.


What command can be used to cause windows to request a new IP address?

ipconfig /renew


What command can be used to cause Windows to release it's IP address?

ipconfig/release


What is the IP address for myYearbook.com?

In Windows, open a command window (in Windows XP or later type Windows-R, then type Ctrl-R), and give the command:ping myYearbook.comThis will give you the IP address - for large sites, most likely one of many IP addresses used.In Windows, open a command window (in Windows XP or later type Windows-R, then type Ctrl-R), and give the command:ping myYearbook.comThis will give you the IP address - for large sites, most likely one of many IP addresses used.In Windows, open a command window (in Windows XP or later type Windows-R, then type Ctrl-R), and give the command:ping myYearbook.comThis will give you the IP address - for large sites, most likely one of many IP addresses used.In Windows, open a command window (in Windows XP or later type Windows-R, then type Ctrl-R), and give the command:ping myYearbook.comThis will give you the IP address - for large sites, most likely one of many IP addresses used.


How would you find the IP address of examplecom from the command line?

Instructions on TracertClick on the "Start" menu.Type "cmd" in the "Run" text box on a Windows XP computer. Type "command" in the "Search" text box on a Windows Vista or Windows 7 computer. This will open a window allowing you to access the command prompt.Type the command "tracert www.example.com" to locate the IP address of the site. Replace "www.example.com" with the URL (Uniform Resource Locator) of the website you want the IP address of. The first line of the output will say "Tracing route to www.example.com [IP address]". The IP address of the website is between the brackets.Type "exit" to close the window.Instructions on using PingClick on the "Start" menu.Type "cmd" in the "Run" text box on a Windows XP computer. Type "command" in the "Search" text box on a Windows Vista or Windows 7 computer. This will open a window allowing you to access the command prompt.Type the command "ping www.example.com" to locate the IP address of the site. Replace "www.example.com" with the URL of the website you want to IP address for. The first line of the output will say "Pinging www.example.com [IP address] with 32 bytes of data:." The IP address of the website is between the brackets.Type "exit" to close the window.