RegFileExport is a small console application that allows you to easily extract data from offline Registry file. If you want to access and export specific keys from backup versions of registry hives to your Windows system, please read on to learn more.
Solution
- Download RegFileExport from Nirsoft.
- Place RegFileExport to the folder contains registry hives.
- Hold on <Shift>, and then right click on the folder, select "Open command window here".
- Use following syntax in command prompt to export registry keys from the hives:
RegFileExport [Registry File] [Destination .Reg File] {Registry Key}
- For example, if you have the SOFTWARE hive, and want to access the list of currently installed programs from the Programs and Features applet, you can use the command:
regfileexport SOFTWARE programs.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
- Then you will get programs.reg that contains the necessary information.
- Double click on the exported file, confirm the warning message to import the registry information.
Tips
Be careful when you process the above steps, always make a backup before applying the changes.
See also
Windows 7 is more secure and stable than the previous versions Microsoft desktop OSes, it also provides more flexible way to manage your PC. However, low quality software may change system configurations, or even cause system crash. In addition to Windows built-in system protection, you can also Restore previous versions of Windows Registry hives manually in Windows 7, which gives you another way to fix the problem.
Windows 7 is more secure and stable than the previous versions Microsoft desktop OSes, it also provides more flexible way to manage your PC. However, low quality software may change system configurations, or even cause system crash. After extracting the backup versions of windows registry, you can now Load registry hives and recover Windows 7 configurations.
The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. Therefore, many tweaks introduced in Recipester and other websites need you to edit the value in Windows Registry. It is a little annoying to find a specified key in Windows built-in Registry Editor, especially the keys or values under HKEY_CLASSES_ROOT. This article will guide you fast jump to Windows Registry Keys Directly.
Related Unresolved Questions