Does Win 2K have something comparable to winipcfg?

nexialist

Senior member
Nov 18, 2000
484
0
71
Sometimes I lose my cable connection and have to reboot to re-establish it. I used to be able to do that under Win98SE using winipcfg.

This happens often since I connected 7 computers thru a router.

Dan
 

Jazzxx

Junior Member
Apr 13, 2003
11
0
0
ipconfig, but its dos based so you will have to run it at a command prompt.

at the prompt type

c:>ipconfig /release

c:>ipconfig /renew

those two command will release your present IP adress and attempt to renew (regrab) that (or a new) IP address.
 

nexialist

Senior member
Nov 18, 2000
484
0
71
Thanks,

I'll try it...i'm an old DOS guy.

Surprised MS has no cool little prog to do this.

Dan
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
there is, winipcfg, given its not given with 2000 but i've heard you can copy the .exe from an XP machine and it will work in 2000. (Never tried it)
 

nexialist

Senior member
Nov 18, 2000
484
0
71
Warmachine,

Thanks for the link. I was getting tired of having to re-boot to re-establish my IP.

Dan
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Originally posted by: nexialist
Warmachine,

Thanks for the link. I was getting tired of having to re-boot to re-establish my IP.

Dan

Since you're an old dos guy you'll probably like "ipconfig" better than any gui that does this. Just put a /? on the end to list all the switches.
 

inCreek

Member
Apr 21, 2002
46
0
0
ipconfig is the MS program that is part of W2k/WXP, replacing the winipcfg. Only difference is that you have to run it from command window ('cmd')
 

Jazzxx

Junior Member
Apr 13, 2003
11
0
0
Its not really a replacement, its simply an NT based thing. All NT based Os's use ipconfig, while the fat32, win9x, millenims of the world use winipcfg.