I have an external harddisk with a Windows 8 OS installed. I connected the HDD to my current machine by using an USB-Connection. I used several WIFI networks on my old machine and I Need to get the keys for the wireless networks. I know how to get those keys by using the netsh command:
netsh wlan Show profiles Name="NetworkName" key=clear
First idea has been to just copy the files in "ProgramData\Microsoft\Wlansvc\Profiles\Interfaces" (external hdd) to my current machine. I executed the command again with the copied wifi configuration, but it just gives me info "Present" for the security key. I also tried to copy the complete Folder for the Interface, but this doesn't work either.
Question: Is there a way to read "remote" wireless keys by using the netsh command?