- Admin permissions
- Command line access
- Some way to transfer files
- Open an elevated command prompt on your old computer
- Go to a folder, then launch this command:
This will create as many XML files as you have internet profiles saved on your computer
netsh wlan export profile key=clear folder="."
- Transfer the folder contents through an USB stick for example
- On the new computer, open an elevated command prompt, go to the folder with your exported profiles
- Launch this command
for %f in (*.xml) do netsh wlan add profile filename="%f" user=all
- Done!