Thursday, June 8, 2023

How to view Wifi Password in Network

 Many times you may need to check the password set-up in the Wifi Network. You can use the following steps:

Open Windows command prompt

type in below command replacing the wifi network name

netsh wlan show profile <wifi_nw_name> key=clear

In response check Key Content value under Security Settings


No comments:

Automation Using PlayWright

In this section will discuss the steps on recording using Playwright using Java. 1. Create a Maven Project  2. Add below dependencies < d...