ipconfig /all

B

bob

If I type ipconfig /all, in run, it flashes on the screen for a second and
then disappears. Is there a fix for this ?
Thanks
 
R

Rock

bob said:
If I type ipconfig /all, in run, it flashes on the screen for a second and
then disappears. Is there a fix for this ?
Thanks

Start | Run | Cmd | Ok. Then do ipconfig /all from the cmd window.
 
S

Stan Brown

If I type ipconfig /all, in run, it flashes on the screen for a second and
then disappears. Is there a fix for this ?

For any command-mode programs, use the "cmd /k" prefix. For
instance, instead of
ipconfig /all
you would type
cmd /k ipconfig /all

The "cmd /k" executes the given command but keeps the command window
open afterward. You can then close it by typing
exit
or using the red X at the upper right.
 
M

Malke

Stan said:
For any command-mode programs, use the "cmd /k" prefix. For
instance, instead of
ipconfig /all
you would type
cmd /k ipconfig /all

The "cmd /k" executes the given command but keeps the command window
open afterward. You can then close it by typing
exit
or using the red X at the upper right.
He doesn't need to do that, Stan. Read the previous replies. He just
needs to start cmd from Start>Run instead of typing "ipconfig"
directly.

Malke
 
S

Stan Brown

He doesn't need to do that, Stan. Read the previous replies. He just
needs to start cmd from Start>Run instead of typing "ipconfig"
directly.

Depends on what he wants to do. My method costs two extra
characters, but works great in a shortcut, rather than typing the
ipconfig /all command into the command window after opening it.
 

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

Similar Threads

ipconfig 5
IPCONFIG 8
ipconfig command just flashes 3
Ipconfig 11
CMD - Run 5
IPCONFIG does not stay open 7
ipconfig 1
"ipconfig" on Windows XP Home not working properly 5

Top