How to Manage Wireless Networks in Windows 10 (After May 2020 Update)



How to Manage Wireless Networks in Windows 10 (After May 2020 Update)

How to Manage Wireless Networks in Windows 10 (After May 2020 Update)

This video is dedicate to show off how you can view your wifi password, delete the wifi profile, change the priority of the wifi profile, or switch the connection type of the wifi profile.

Timestamps:
0:00 Intro
1:09 Windows 10 UI
2:54 Third Party Way
4:29 Text Based Menu Way
7:44 Command Prompt Way

Download Links:
Third Party Way: https://goo.gl/frcJ2i
My Program: https://tinyurl.com/managewifi

Command Prompt Codes:
Show wifi profiles: netsh wlan show profiles

Delete a Wi-Fi password: netsh wlan delete profile name=”ProfileName”

View your password: netsh wlan show profile name=”ProfileName” key=clear

Change connection mode: netsh wlan set profileparameter
name=”ProfileName” connectionmode=manual (or you can use “auto”)

Change Priority:
netsh wlan set profileorder name=”ProfileName” interface=”Wi-Fi” priority=1 (or any number you want)