Show the saved password for SSID named “SSID_NAME” in Windows 8.
((netsh wlan show profiles name="SSID_NAME" key=clear | select-string "Key Content" ) -split(" Key Content : "))[1]
Nov 02 2014
Show the saved password for SSID named “SSID_NAME” in Windows 8.
((netsh wlan show profiles name="SSID_NAME" key=clear | select-string "Key Content" ) -split(" Key Content : "))[1]
Recent Comments