how to check wifi password windows 10 code example
Example 1: 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
Example 2: see password wifi windows 10
NETSH WLAN SHOW PROFILE WIFI KEY=CLEAR