SrRegEdit is a free Pocket PC registry viewer that runs on your desktop PC. It connects to your Pocket PC through ActiveSync and lets you view the complete Pocket PC registry. Although it's called SrRegEdit, it's just a viewer right now. Please try it out and let me know what you think should be added. Most obvious is making it into an editor!
Download SrRegEdit at
http://www.sabonrai.com/.
Version 1.3 (25-Apr-2005):
- Added an About Box
- Added a log file; you can show it from SrRegEdit by selecting menu Help->Show Log
- Improved dummy child (to make + appear on keys that have children) by reusing the dummy child node instead of deleting and re-adding a real key
- Catch buffer overflow exception in fetching key values from the Pocket PC and log it
- Trimmed extraneous characters (null terminators) from end of each key in hopes that was the cause of the buffer overflow exception
- Fixed progress bar overflow bug
Version 1.2 (23-Apr-2005):
- Renamed SrRegEdit from CeRegEdit after discovering that Microsoft has a CeRegEdit program in the Pocket PC SDK
- Added a progress bar that shows progress of background loading of the registry
- Fixed child key + problem: While background loading, a key that has a child key now always appears with a + sign in front so that you can see there is a child key. In previous versions, there was no +, so you might have thought there was no child key.