Skip to content

Instantly share code, notes, and snippets.

@rahmatwaisi
Last active March 11, 2019 07:54
Show Gist options
  • Save rahmatwaisi/1caf603b1b712b75f2fcc5414ab19974 to your computer and use it in GitHub Desktop.
Save rahmatwaisi/1caf603b1b712b75f2fcc5414ab19974 to your computer and use it in GitHub Desktop.
Show ipconfig in windows as fast as possible

IPCONFIG

Open run in windows or use the shortcut (Windows key + R)

Paste this command and press enter

cmd /k cd %userprofile%/Desktop & ipconfig /all > ipconfig.txt & notepad ipconfig.txt & del ipconfig.txt & exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment