How to run ipconfig in Windows 7

by

Running ipconfig directly in Windows 7 may cause you to experience the ipconfig box to pop-up and run for a split second and the screen to flash, but then go away.  The reason for this is probably because you are running ipconfig directly from the Windows 7 search box or Run box.  To get around this, you'll want to run ipconfig from the Command Prompt.  Here's how:

  1. Open up Command Prompt by typing "cmd" in the Windows 7 search box or go to All Programs -> Accessories -> Command Prompt
  2. In the command prompt type, ipconfig and then hit Enter.
  3. The ipconfig process will run and display the ipconfig information within the command prompt window.

That's it!

 


0
3

3 Comments

anonymous by Treodeo on 2/16/2013
Or you know:
1) Win + R
2) Enter "cmd /k ipconfig"
3) Done
probably only works in administrator.
anonymous by iramohr on 1/7/2014
this does not work on window 7
the dos window does not recognize the command ipconfig
anonymous by Capt on 8/1/2014

Wow, if your going to give this info why not the additional
ipconfig /? gives you more info about other stuff you can do with the command
one that isn't listed
ipconfig /flushdns which flushes the DNS cache
sometimes turn off and turn on your wireless via a button on your laptop will also reset things.
try turning off power management as well...
You can also change the channel on your wireless via network properties

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


To change directories while in the windows command prompt use "cd" (cd stands for change directory in DOS)To go to a specific directory type the full path, such as: cd c:\ or cd c:\program files\ To go up one level type: cd ..To see what's in the current...  more »

Copying text from the command prompt is pretty easy, but it's not all that straightforward if you've never done it before. Knowing how to copy text from the command prompt can come in handy, especially if you need to show someone else (like a forum user)...  more »