How to check wifi password in command prompt?
3 answer(s)
Answer # 1 #
To check saved Wi-Fi password using Command Prompt on Windows: 1. Open cmd as administrator. 2. Type:
netsh wlan show profilesThis lists all saved networks. 3. To see the password for a specific network:
netsh wlan show profile name="NETWORK_NAME" key=clearScroll to Key Content for the password.
Answer # 2 #
For security reasons, this only shows passwords of networks your PC has already connected to.