Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active August 17, 2025 17:09
Show Gist options
  • Save rwp0/ac8044afcb495e4e57eb1b1505903189 to your computer and use it in GitHub Desktop.
Save rwp0/ac8044afcb495e4e57eb1b1505903189 to your computer and use it in GitHub Desktop.
Get Current Wi-Fi profile with netsh
netsh wlan ^
show interfaces
rem Shows current SSID, Profile, and Signal of the "Wi-Fi" interface
netsh wlan ^
show profiles ^
key=clear name=...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment