how to get wifi password from windows 10 cmd code example
Example 1: how to check wifi password using cmd
netsh wlan show profile
Example 2: windows get wifi password
# show all saved wifi names
netsh wlan show profile
# show specific wifi password
netsh wlan show profile <wifi name> key=clear