https://github.com/zodiacon/TotalRegistry
Total Registry - enhanced Registry editor/viewer
https://github.com/zodiacon/TotalRegistry
Last synced: 26 days ago
JSON representation
Total Registry - enhanced Registry editor/viewer
- Host: GitHub
- URL: https://github.com/zodiacon/TotalRegistry
- Owner: zodiacon
- License: mit
- Created: 2021-07-08T19:26:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T23:47:35.000Z (6 months ago)
- Last Synced: 2024-10-29T17:59:18.531Z (6 months ago)
- Language: C++
- Homepage:
- Size: 1.3 MB
- Stars: 1,379
- Watchers: 31
- Forks: 116
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - zodiacon/TotalRegistry - Total Registry - enhanced Registry editor/viewer (C++)
- awesome-hacking-lists - zodiacon/TotalRegistry - Total Registry - enhanced Registry editor/viewer (C++)
README
# Total Registry
Replacement for the Windows built-in *Regedit.exe* tool. Improvements over that tool include:
* Show real Registry (not just the standard one)
* Sort list view by any column
* Key icons for hives, inaccessible keys, and links
* Key details: last write time and number of keys/values
* Displays MUI and REG_EXPAND_SZ expanded values
* Full search (Find All / Ctrl+Shift+F)
* Enhanced hex editor for binary values
* Undo/redo
* Copy/paste of keys/values
* Optionally replace RegEdit
* Connect to remote Registry
* View open key handles## Build instructions
Build the solution file with Visual Studio 2022 preview. Can be built with Visual Studio 2019 as well (change toolset to v142 and C++ compiler version to C++ latest or C++20).


