Last active
March 15, 2017 03:07
-
-
Save chand1012/120a962ff33255ab85d85718500bab97 to your computer and use it in GitHub Desktop.
Windows 8+ wifi password retriever
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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