In this post, I have told you can see the old network password of your laptop or PC. You can know the password and name of the oldest network on your computer or laptop. Whether you use Windows 7, Windows 8.1, Windows 10, and Windows 11 on your laptop or computer, you can still use this trick to find out the saved password on your laptop computer.
Find Saved Wi-Fi Password in 1 Click
How can you see the saved Wi-Fi name and password of your laptop or computer in just one click? If you follow all the staff given below correctly, then you can see all the saved passwords of your laptop or computer. Whether you want window 7 window 8.1 , Window 10 and Window 11 Any Operating System Use All The Steps are Same.
Follow All Step -
1 – In the number one step, you have to copy all the codes given below, after copying, after opening notepad in your laptop or computer, paste those codes.
@echo off
setlocal enabledelayedexpansion
for /f "tokens=2 delims=:" %%a in ('netsh wlan show profile') do (
set "ssid=%%~a"
call :getpwd "%%ssid:~1%%"
)
pause
:getpwd
set "ssid=%*"
for /f "tokens=2 delims=:" %%i in ('netsh wlan show profile
name^="%ssid:"=%" key^=clear ^|findstr
/C:"Key Content"') do (
echo Wi-Fi Name: %ssid% Password : %%i
)
Step 2 - After pasting the code, in notepad, you have to click on the file option, as soon as you click on the file option, an option will show you Save As, you have to click on that option, after clicking, you have to select the location. After doing that, you have to type the name of the file, after you type the name of the file. Must add .bat extension. as you can see in the photo.
Step 3 - Whatever location you selected, a file (notepad) will have been created in that location, now you have to open that file, as soon as you open it, your CMD will open, after the CMD is open, all the passwords saved in your laptop and computer You will see all by name and password.
Step 4 - Now you can successfully see both Wi-Fi name and password.
Similarly, How to Find the Wi-Fi Password Using Notepad in Window , friends, hope you liked this post very much, if you have any doubts or ask any questions, then you can comment to us in the comment box.