Normally, ipconfig.exe is the executable name for IP Configuration Utility and is part of Microsoft® Windows® Operating System. With its help, you can view and assign IP addresses a local machine smoothly.
ipconfig /all
ipconfig /release
Here is an example of a batch file that carries out the command ipconfig. @echo off ipconfig /all pause exit
ipconfig /release
ipconfig /release ipconfig /renew
ipconfig /release ipconfig /renew
assuming that by down you mean get... ipconfig if you want all ip settings then ipconfig /all command ipconfig If you mean to disable or turn off the ip to disconnect from the internet then ipconfig /release
Exe Head is the source of the River Exe.
ipconfig /renew if you're on windows
In the "run" box, type "DOS". at the dos prompt, type "ipconfig /all". There are other commands you can use with "ipconfig" just type "Ipconfig /?" for a list of commands.
Exe Head is the source of the River Exe.
On Windows the command is IPCONFIG. That displays the configuration, though IPCONFIG /ALL displays everything. To do a DHCPREFRESH, type IPCONFIG /RENEW.