This a GUI frontend for chntpw for accessing windows registry hive files (located at C:\Windows\system32\config). No wine needed. Great for tweaking/reading Windows registry if Windows failed to boot.
NOW IN BETA STAGE
What currently works:
* Loading hive file
* Browsing hive file
* Add/Delete Keys and Values
* Modifying Value data
Known issues:
* Does not accept backslashes and pipeline character as key/value name
* Only DWORD, REG_SZ, QWORD, REG_EXPANDED_SZ, and REG_MULTI_SZ value types are allowed to modify.
* Does not support import/export *.reg files
How to test this tool:
* Install chntpw first
* Download the pupreg package and install it.
* Copy a hive file (name "SYSTEM" or "SOFTWARE") from C:\Windows\system32\config to a working folder (for example /root)
* Run the pupreg
* Click File>Open hive file to view the registry hive
WARNING!!!
* Editing windows registry hive might cause MS Windows unstable or unbootable. Proceed with CAUTION
* Always backup the hive file before modifying.
* The developers has no responsibility for any data loss from using this program. Use under your own risk.