How to Find Wi Fi Passwords in Windows 10
How to Find Wi-Fi Passwords in Windows 10
pause Now, select File > Save As. At the bottom of the window, you'll see a Save as type dropdown field. Change this from Text Documents to All Files. In the File name field, you can call it whatever you want-perhaps Find Wi-Fi Password or something. However, no matter the file name, make sure the file ends with .bat. Choose a convenient location for the script (like your desktop), then click Save. Now, when connected to your wireless network, double-click this file. Doing so will fire up a Command Prompt window that shows some information about your network. You'll find your password next to Key Content. Note that this method does not let you change your Wi-Fi password. If you need to do that, see our .
MUO
How to Find Wi-Fi Passwords in Windows 10
Need to find your Wi-Fi password because you forgot it? Here's how to see your Wi-Fi password in Windows 10! Once you've set up your wireless router and connected all your devices, you probably don't worry about your Wi-Fi password often. But what happens when you need to get a new device online and don't remember your Wi-Fi password? We'll how you how to find your Wi-Fi password in Windows 10 so you don't have to scratch your head and try to remember.How to Find Your Wi-Fi Password Using the Command Prompt
The Windows Command Prompt makes it easy to run all sorts of tasks. In our case, you can use it to run a script that allows you to check what your Wi-Fi password is at any time. You'll need to to show your Wi-Fi password. This might sound complicated, but don't worry. Even if you're new to the command line, the whole procedure takes just a few minutes, and you won't break anything by doing this. To proceed, you will need to know the SSID of your network, which is your Wi-Fi connection's name. To confirm this, click the network icon in your System Tray at the bottom-right corner of your screen to see the network name you're connected to. You can also go to Settings > Network & Internet > Status to find it.Creating the Batch File to Check Your Wi-Fi Name
To create a batch file that finds your Wi-Fi password, first search for Notepad (or another text editor of your choice) using the Start Menu. Once you have it open, paste the following text into Notepad. Replace YOUR_SSID with the name of your network that you found a moment ago, making sure it's in quotes. netsh wlan show profile name="YOUR_SSID" key=clearpause Now, select File > Save As. At the bottom of the window, you'll see a Save as type dropdown field. Change this from Text Documents to All Files. In the File name field, you can call it whatever you want-perhaps Find Wi-Fi Password or something. However, no matter the file name, make sure the file ends with .bat. Choose a convenient location for the script (like your desktop), then click Save. Now, when connected to your wireless network, double-click this file. Doing so will fire up a Command Prompt window that shows some information about your network. You'll find your password next to Key Content. Note that this method does not let you change your Wi-Fi password. If you need to do that, see our .