I thought this was pretty cool.
This first command can show us all the wifi profiles stored on a windows pc.
netsh wlan show profile
This second command can show us all the wifi passwords
netsh wlan show profile name="name of wifi" key=clear
Give it a try.
This first command can show us all the wifi profiles stored on a windows pc.
netsh wlan show profile
This second command can show us all the wifi passwords
netsh wlan show profile name="name of wifi" key=clear
Give it a try.
Comment