From 4a77dfb69c828cbaa2f9a78bd195170ca895f541 Mon Sep 17 00:00:00 2001 From: Olai <94807067+OlaYZen@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:27:15 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0fd1f4..4cf3e8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # **How to Use** -## **Windows** +

Choose your operating System

+ +
+ Windows + + --- + Open a [Elevated Command Prompt](https://www.tenforums.com/tutorials/2790-open-elevated-command-prompt-windows-10-a.html), type: ``` netsh wlan show profile WiFi-name key=clear @@ -9,9 +15,18 @@ and replace Wifi-name with your wifi name. If you do not know your wifi name, yo ``` netsh wlan show profile ``` -## **MAC** + +
+ +
+ Mac + +--- + Open [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) and type: ``` security find-generic-password -ga Wifi-name | grep “password:” ``` and replace Wifi-name with your wifi name. You will get a pop-up window requesting your local adminitrator user, type it in and you should get the password + +