> For the complete documentation index, see [llms.txt](https://docs.wehost.co.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wehost.co.in/cybersecurity/extracting-windows-wifi-password.md).

# Extracting windows wifi password

### Viewing Saved Wireless Networks

```cmd-session
netsh wlan show profile
```

### Retrieving Saved Wireless Passwords

```cmd-session
netsh wlan show profile ilfreight_corp key=clear
```
