วันจันทร์ที่ 9 มกราคม พ.ศ. 2566

วิธีดูรหัสผ่าน WIFI ที่เคยเชื่อมต่อบันทึกไว้ในเครื่องคอมพิวเตอร์

 

How to view saved WiFi passwords of all WiFi networks

You need another trick to view the WiFi password when you are not actively connected to the Wi-Fi network. Thankfully, it’s not that hard. All you have to do is execute a couple of commands, and you are done. The only requirement is you should have connected to it previously. If you’ve never connected to it

  1. Open the Start menu.
  2. Search for “Command Prompt.”
  3. Right-click on Command Prompt
  4. Choose “Run as administrator.”
  5. Run the below command to get WiFi SSIDs.
    netsh wlan show profiles
  6. Note down the profile name of the WiFi network.
  7. Run the below command while replacing “ProfileName” with the actual profile name you got earlier.
    netsh wlan show profile name="ProfileName" key=clear
  8. You will see the saved WiFi password next to “Key Content” under “Security Settings.”
  9. With that, you’ve successfully viewed the saved WiFi password.
  10. Close the Command Prompt window.

 


 


 reference: https://windowsloop.com/view-saved-wifi-passwords-windows/