Skip to content

Instantly share code, notes, and snippets.

@chand1012
Last active March 15, 2017 03:07
Show Gist options
  • Save chand1012/120a962ff33255ab85d85718500bab97 to your computer and use it in GitHub Desktop.
Save chand1012/120a962ff33255ab85d85718500bab97 to your computer and use it in GitHub Desktop.
Windows 8+ wifi password retriever
@echo off
set /p ssid="Enter SSID of Network"
netsh wlan show profile name=%ssid% key=clear | findstr Key
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment