Last active
August 17, 2025 17:09
-
-
Save rwp0/ac8044afcb495e4e57eb1b1505903189 to your computer and use it in GitHub Desktop.
Get Current Wi-Fi profile with netsh
This file contains hidden or 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
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