How to release and renew IP address in WinXP

ReCo

Member
Jan 20, 2001
47
0
0
In windows 98SE and ME I used to type the command winipcfg to release and renew the IP address, how do I do that in Win XP since this command is not available in Win XP?
 

NesuD

Diamond Member
Oct 9, 1999
4,999
106
106
open up the command line dialogue and type this "ipconfig /release" and "ipconfig /renew" without the quotes.
to get all the other info that winipcfg gives you at the command line type "ipconfig /all"
 

LS

Member
Jul 31, 2001
68
0
0
As an alternative, Microsoft ported winipcfg to 2K/XP. It is called wntipcfg and functions exactly like winipcfg.
 

Doh!

Platinum Member
Jan 21, 2000
2,325
0
76
I think the quickest way to release and renew IP address in XP would be to right-click on the network icon in the system tray and hit "repair". Repair renews the IP adress, flush ARP & DNS and reregisters with WINS and DNS.
 

ReCo

Member
Jan 20, 2001
47
0
0
Thanks, LS. I downloaded the file Wntipcfg.exe and installed it in my computer. I like it because works just like Win98. The only problem is that I can not type in the command line just wntipcfg, don't work. I have to type the complete path and the file extension for it to work. I typed in the command line "C:\Program Files\Resource Kit\wntipcfg.exe" and it worked fine.
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
If you put the wntipcfg.exe file in the winnt\system32 directory you will be able to start it from a command prompt no matter what direcotory you are in by typing wntipcfg
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
I got tired of typing it on my NT/2K machines and made myself a batchfile a few years back.
start>run>iprenew.bat
:D

Works like a charm... Even my technology inclined girlfriend had no problem using it.

-Spy