ipconfig error

  • Thread starter Thread starter John Mitchell
  • Start date Start date
J

John Mitchell

When I go to start>>run>>cmd>>ipconfig I get the following
message:

'ipconfig' is not recognized as an internal or external
command, operable program or batch file.

Does anyone have any suggestions as to what I need to do
to get ipconfig.exe to execute?
Thanks
John Mitchell
 
Go to Start > Run and type cmd this will bring up a command prompt.

From the command prompt type:

CD /d %WinDir% - This will change to your Windows Directory

Dir /s IPConfig.exe - This will search the tree for
IPConfig.exe

This file should actually be in your %WinDir%\System32 directory.
Additionally you should have this directory in your PATH environment
variable.

You can check the path by typing Set at the command prompt.

If the file is missing, you should be able to extract it from your
distribution media.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top