Netsh for Window

To view the saved WiFi password on a Windows machine using the Command Prompt, use the following command, replacing [WiFi_name] with your network's name:

netsh wlan show profile name="[WiFi_name]" key=clear

This command displays detailed information about the specified WiFi network, including its password.

Last updated