Skip to content

Instantly share code, notes, and snippets.

@Symorg
Last active September 26, 2015 03:48
Show Gist options
  • Save Symorg/0d0e032762484324ba65 to your computer and use it in GitHub Desktop.
Save Symorg/0d0e032762484324ba65 to your computer and use it in GitHub Desktop.
Write ipconfig to Textpad
run cmd
ipconfig /all
ipconfig /all > "%HOMEPATH%\desktop\ip.txt"
notepad "%HOMEPATH%\desktop\ip.txt"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment