IPConfig /All Window Closes immediately

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I type Ipconfig /all in the Run option, the window flashed for a second
then closes. I need to save the data to research a wireless problem. How do I
get the window to stay open?

Thanks
 
Start > All Programs > Accessories and open Command Prompt. Type ipconfig
/all hit enter. The output should remain on screen.
 
Open a command prompt (Run | cmd) and type IPCONFIG /ALL. When you do it in
the Run box, when the command finishes, it defaults to closing the window.
The CMD box doesn't close until you tell it to.

Hope this helps.
 
Open a command prompt (Run | cmd) and type IPCONFIG /ALL. When you do it in
the Run box, when the command finishes, it defaults to closing the window.
The CMD box doesn't close until you tell it to.

You can do it all with one Run command: cmd /k ipconfig /all
The /k parameter tells cmd to leave the window open.
 
Back
Top