There are two ways to view the Wi-Fi password saved in Windows 10: Through the "Control Panel": Go to the Network and Sharing Center, right-click the Wi-Fi network, select "Properties", and click "Security" Select the "Show Characters" checkbox in the tab. Via Command Prompt: Open a command prompt and enter the command "netsh wlan show profile name="network name" key=clear" and replace "network name" with the name of the Wi-Fi network for which you want to view the password.
How to view saved Wi-Fi passwords in Windows 10
Method 1: Via network and Sharing Center
Method 2: Via Command Prompt
<code>netsh wlan show profile name="网络名称" key=clear</code>
<code>安全设置 密钥内容 : ********* 密钥 URL : <empty> 密钥提供者 : Wi-Fi</code>
The above is the detailed content of How to check the wireless password in win10 system. For more information, please follow other related articles on the PHP Chinese website!