Skip to content

Instantly share code, notes, and snippets.

@fastfingertips
Created March 10, 2022 12:37
Show Gist options
  • Save fastfingertips/f4c091c37964ac2e8a289b0cf888b2d3 to your computer and use it in GitHub Desktop.
Save fastfingertips/f4c091c37964ac2e8a289b0cf888b2d3 to your computer and use it in GitHub Desktop.
Get ssid pw
echo Wifi name:?
read ssid
netsh wlan show profile name=$ssid key=clear
read -s -p "Press any key to exit ..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment