TechRepublic|Forums|Desktop
by gwall · about 21 years, 6 months ago
what is the command that replaces winipcfg in Windows 2000
by lordinfidel · about 21 years, 6 months ago
In reply to Windows 2000 professional
The command is a standard tcp/ip command.
ipconfig
To get the help on it use ipconfig /?
Basically to use it you need to know what adapter you want to release or renew.
ex ipconfig /release 0 ipconfig /renew_all ipconfig /release_all ipconfig /renew eth0
Dns resolver stuck?
ipconfig /flushdns
winipcfg was basically the gui for win98/95. It is based on ipconfig. Which again is an old tcp/ip tool.
by bint_oi · about 21 years, 6 months ago
In reply to It’s not really replacing…..
just go to start + run type: cmd then ipconfig /all it will display everything u want!
Thank you Thats what I was looking for…