How to find all connected Wifi password using CMD on windows 7/9/10 in T...


Steps: 
Open command prompt or the power shell as administrator user..
Then enter the following commands.
Diskpart
List disk
Select disk"yourdisknumber" 
Clean
Create partition primary
Select partition 1
Active
Format fs=ntfs quick
Then your pendrive starts to convert into bootable format.

Comments