1. Otvor príkazový riadok (Windows tlačidlo + X + C)
2. Spusti nasledujúci príkaz na zobrazenie zoznamu všetkých WiFi sietí uložených v počítači
- Code: Select all
netsh wlan show profiles
3. Teraz zadaj tento príkaz na zobrazenie hesla pre ľubovoľný vybraný profil:
- Code: Select all
netsh wlan show profile name=WifiPripojenieMeno key=clear
(Zmeň WifiPripojenieMeno na názov vybranej WiFI siete)
//en.................................................................................
The most simple way is using a command in command prompt.
1. Open command prompt (Windows Key + X + C)
2. Run the following command to show all the Wifi profiles saved on your computer:
- Code: Select all
netsh wlan show profiles
3. Now run the following command to reveal the Wifi password content of each profile:
- Code: Select all
netsh wlan show profile name=WifiConnectionName key=clear
(Replace WifiConnectionName with the name of the WIFi u want to reveal)