Update README.md

This commit is contained in:
OlaYZen 2022-03-21 10:45:57 +01:00 committed by GitHub
parent aa68e4a35a
commit 6c27ceee88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,17 @@
## **How to Use**
# **How to Use**
### **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**" and replace Wifi-name with your wifi name. If you do not know your wifi name, you can type: "**netsh wlan show profile**"
### **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
## **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
```
and replace Wifi-name with your wifi name. If you do not know your wifi name, you can type:
```
netsh wlan show profile
```
## **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