對於使用 Windows 10 的用戶來說要想查看已儲存的無線網絡密碼可以透過下面的方法實現,右鍵命令提示字元選擇

以管理員身份運行並輸入:

netsh wlan show profiles

 

該命令會列出所有已儲存的無線網路。

show-wifi-password-in-win10.jpg

 

接著輸入下面的命令可查看單個無線網絡信息(其中 Profile-Name 是指無線網絡名稱)。

netsh wlan show profile name=”Profile-Name” key=clear

show-wifi-password-in-win10-1.jpg

 

在顯示訊息中的 Security settings 一項能查看到無線網路的認證方式和密碼,其中 Key Content 顯示的內容即為無線

網路密碼。

show-wifi-password-in-win10-2.jpg

 

如果你想直接查看到無線網路的密碼,你可以使用下面的命令:

netsh wlan show profile “Profile Name” key=clear | findstr Key

 

該方法可在 Windows 7、8、8.1 和 10 中使用。

arrow
arrow
    文章標籤
    [無線網路密碼]
    全站熱搜

    mitblog 發表在 痞客邦 留言(0) 人氣()