Here is an easy way to capture ipconfig output:
Click on
Start then
Run or press
Window key (next to left Ctrl key) +
R and paste the following into the Run box, exactly as shown, including double quotes:
cmd /c "ipconfig /all > postme.txt & ping yahoo.com >> postme.txt & notepad postme.txt & del postme.txt"
and press
ENTER.
A file will open in Notepad. Please copy and paste the contents here. Close the Notepad window and the file will be deleted and the Command Prompt window will also close.
If you don't have a Run selection off the Start menu, see here:
Enable Run Command on Windows 7 or Vista Start Menu