
Description
This program exports the raw content of a registry value to a file.
| Platform | Windows |
| Author | Adam Kramer |
| License | GPLv3 |
| URL | https://github.com/adamkramer/reg_export |
Usage
Usage: reg_export.exe <registry key> <value name> <file> [/32node]
E.g. reg_export.exe HKEY_CURRENT_USER\Console CursorSize C:\output.raw /32node
Additional information:
#1. If you want the default value for a subkey, enter the value name (default)
#2 Appending /32node can be used to request values from 32 bit registry node
Examples
reg_export HKCU\software\key value script.js
Extracts the data from in the key in the value and writes it to a file named script.js.
Blog Posts