:: Run with full administrator rights | |
netsh wlan export profile folder=. key=clear |
This comment has been minimized.
This comment has been minimized.
Hi, i've just found this and this is quite useful, but what is the reason to make an index file? It can be imported? |
This comment has been minimized.
This comment has been minimized.
"netsh wlan show profiles [ssid name] key=clear” |
This comment has been minimized.
This comment has been minimized.
I've a shorter method : mkdir wifi netsh wlan export profile key=clear dir *.xml |% { cd .. |
This comment has been minimized.
This comment has been minimized.
Read about WLAN_PROFILE_GET_PLAINTEXT_KEY here |
This comment has been minimized.
This comment has been minimized.
Is there any way to export wlan profiles from offline installation |
This comment has been minimized.
Hi, I'm really interested in this Gist, but I couldn't get it to work, CMD newbie :/ can you guide to use this? thanks in advance