Find the Wi-Fi password in cmd
- Rumesh Aponso (RMAX)

- Nov 22, 2024
- 1 min read
C:\Users\rmax>netsh wlan show profile
C:\Users\rmax>netsh wlan show profile name="<WIFI_NAME>"
C:\Users\rmax>netsh wlan show profile name="<WIFI_NAME>" key=clear | findstr Key
Comments