# Microsoft,Shell

Published articles for Microsoft,Shell.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How to Retrieve WiFi Password on Windows

DevFeed: [How to Retrieve WiFi Password on Windows](<https://devfeed.tech/articles/how-to-retrieve-wifi-password-on-windows-37490.md>)

Original publisher: [Read original article](<https://davidwalsh.name/retrieve-wifi-password-windows>)

Author: David Walsh

Published: 2024-05-13T10:45:29Z

Content type: tutorial

Language: en

Sources: [David Walsh](<https://devfeed.tech/sources/david-walsh.md>)

Topics: [Windows](<https://devfeed.tech/topics/windows.md>), [Shell](<https://devfeed.tech/topics/shell.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [microsoft-shell](<https://devfeed.tech/tags/microsoft-shell.md>), [password](<https://devfeed.tech/tags/password.md>), [shell](<https://devfeed.tech/tags/shell.md>), [wifi](<https://devfeed.tech/tags/wifi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A tutorial explains how to retrieve the password for a saved WiFi network on Windows using a built-in command executed in cmd. It directs readers to the Security settings section of the command output to find the network password.

### Source excerpt

Remembering the WiFi password when on a guest network is never easy. Even worse is when it's no longer posted and someone else is asking you for it. Luckily there's a built in Windows command to recover the password of a given WiFi network. The Shell Code Open cmd and execute the following command: netsh [...] The post How to Retrieve WiFi Password on Windows appeared first on David Walsh Blog.