WiFi Profile Export Using Windows Registry?

~OSD~ 2,126 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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,597 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,568 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,270 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,899 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,359 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 16,831 Reputation points
    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