If you've ever done any sort of coding, you're familiar with the Command Prompt. The Command Prompt is an app installed on all Windows computers that lets you manage the computer using text commands.
You can make a batch file that runs ipconfig /all easily and make a shortcut to your desktop<BR><BR>open notepad<BR><BR>type in: <BR>ipconfig /all<BR>pause<BR><BR ...