Fri 28 Mar 2008
Regedit, the Registry editor that comes with Windows is a rather simple tool. It makes sense to use a third-party tool, even if you only have to edit the Windows Registry every once in a while. RegAlyzer is a free Registry editor with useful features.
My favorite feature is its search functionality. RegAlyzer supports different search criteria such as wildcards, Boolean operators (AND, OR, NOT) and even regular expressions. You can also limit your search by date (newer than, older than, between and outside of). However, the latter didn’t work properly when I tested it.
More important is RegAlyzer’s search result window. With regedit’s find function you can only jump from hit to hit. This is quite cumbersome. Usually, you have to hit F3 numerous times until you found the right Registry key. By contrast, RegAlyzer displays all matches in a result tab. This allows you to skim over all search results easily. A double click opens the corresponding key in RegAlyzer’s Registry editor. Selected search results can be exported as reg file. RegAlyzer also allows you to replace strings in the Registry database. This is certainly a dangerous function and one should be very careful with it.
What I also like about RegAlyzer is its undo and redo log. Both logs are in reg format which enables you to correct mistakes whenever you messed up your system. Editing the Registry is always risky even if you are a Windows geek. So don’t rely only on the logs and always backup the Registry database before you make changes to it.
Other RegAlyzer features (from the publisher’s site)
- Hierarchical bookmark support
- Jump to key by command line parameter
- Jump to key by typing/copying it into dialog (instead of browsing)
- DWord editing with parallel hex/decimal/binary display
- Support of QWord (64 bit integer)
- Display of .reg file contents without importing it
- Support of version 5 files (Unicode) even with Windows 95/NT
- Low-level display of security settings with option to export it
The only feature I am missing is a global delete function that allows me to remove all Registry entries that match a certain search pattern. This is even more dangerous, but it would save me a lot of time whenever I want to get rid of all entries created by a certain application. What is your favorite Registry editor?
RegAlyzer
Leave a Comment |
Subscribe RSS
|
Newsletter
|







That global delete function would be a great feature. I have RegAlyzer on my flash drive tool kit, and the global delete would make its use a whole lot easier. Not having this feature is akin to using regedit.
Ronin, you’re right. I should have mentioned that even deleting a bunch of keys is faster with RegAlyzer because you see all the keys at stake in the result windows. So you can jump to each key and delete it. Actually, I use RegAlyzer often for this purpose.
Because I really don’t know much more than the average informed user, I don’t mess around with my registry. That said, I do use several tools, such as RunAlyzer, that inevitably lead me to look in the registry. I don’t know if its normal or not, but I enjoy looking around, and when I don’t know what something is, I’ll get on the web and search for it. I’m one of those people that worries about something being on my computer that isn’t supposed to be. There are times that I’d like to know when a file was created in the registry, but I have no idea how to tell. Would RegAlyzer be able to tell me the creation date? Modification date?
Yes Michael, having the ability to delete multiple keys at one time would be great. Though the user can get a result list, with all the keys with a specific search term, RegAlyzer does not give the user to option of deleting multiple keys at one time. Like Regedit, keys must still be deleted one at a time.
RS, it seems to me that the date feature of RegAlyzer doesn’t work properly. But I didn’t really try too hard. If you want to know what Registry keys an application changes you can use Process Monitor.
Thanks for your reply. I’ve already downloaded ProcMon.