WiFi Profile Export Using Windows Registry?

~OSD~ 2,201 Reputation points
2021-02-02T20:29:13.477+00:00

Hi,

I understand that Netsh wlan should be used to export /backup the wifi profiles.
My situation is bit different, I would like to export the profiles when booted to WinPE instead of using the source computer's operating system.
Found following entries in Registry, is there exists any work around to export the wifi profiles using registry (or Netsh from WinPe)?

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

63160-image.png

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | VB
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 17,336 Reputation points Volunteer Moderator
    2021-02-03T17:15:32.473+00:00

    You may try Reg Export command , so it would be like

    REG EXPORT HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles Registry.reg
    

    You may use Reg Import to import it


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.