Step 1. Create Folder Temp in C:\ and open Command Line (i.e. CMD) Make sure to run as Administrator
netsh wlan export profile key=clear folder=C:\Temp
Step 2. Confirm all Network XML profiles appearing in Temp directory
Reset Network Adapters
Step 1. Copy and paste below into Command Line (i.e. CMD) make sure to run as Administrator (Or via Start Menu type Network Reset)
netsh winsock reset && netsh int ip reset && netsh advfirewall reset && ipconfig /flushdns && ipconfig /release && ipconfig /renew
Step 2. Reboot Computer
Import All WiFi Profiles
Step 1. Open Notepad and paste in below and save as Batch File (WiFiImport.bat):-
FOR %%f IN (c:\Temp\*) DO netsh wlan add profile filename=”%%f“
Step 2. Confirm all WiFi Profiles have been restored