Saturday, February 24, 2018

컴퓨터에 저장된 와이파이 암호 확인하기. Find Wifi password stored in computer (Windows)

Open command prompt with admin access (by press Windows key then type "cmd" then Entre), type

netsh wlan show profiles

It will list all the Wifi network it have connected to. The Profile name is the SSID.

Find the SSID (Profile name) from the list and type

netsh wlan show profile name=”SSID” key=clear

It will show the Wifi password on "Key Content" line

관리자 권한이 있는 계정에서 콘솔창을 열고 (윈도우 키를 누르고 "cmd"라고 친 다음에 엔터를 친다) 다음과 같은 명령어를 입력합니다

netsh wlan show profiles

이때까지 이 컴퓨터에서 연결했던 와이파이의 목록이 쭉 나옵니다. 목록에 적힌 Profile Name이 SSID 입니다.

원하는 SSID 를 찾아서 다음과 같이 입력합니다.

netsh wlan show profile name=”SSID” key=clear

와이파이 암호가 "Key Content" 줄에 표시됩니다.

No comments: