Aezay Registry Commander is a simple utility designed as a viable alternative to the registry editor that comes with Windows, RegEdit.
It offers most of the same features, plus a little more. The main difference between Registry Commander and RegEdit, is how the registry data is visually shown.
Instead of having all keys to the left side in a tree, they are displayed in the same window, as if they were normal file folders.
Here are some key features of "Aezay Registry Commander":
· Copy or Rename/Move entire keys and values from one key to another.
· Cut or Copy keys and values from one place and paste them into another.
· A column that displays the size in bytes of a value's data.
· Supports all 12 data types, defined in the "winnt.h" header file. Most other registry editors only handles Strings, Binary, DWord, Expanded Strings and sometimes also MultiString.
· Allows you to bookmark keys or values so you can access them more quickly. Comments can be associated with each bookmark.
· Search part of or the entire registry database, not only can you search by a keyword, but you can also search by size or data type.
· Change a value's data type. I.e. you can change a string into a binary value, without changing the content of the data.
· Ability to interpret one value for another, without modifying the data. This would allow you to view a string saved as a binary value or vice versa.
· With the reg:// protocol, you can create links to a specific key in the registry, it works the same way as http:// does.
· A history list has been added, to allow a quick jump from current key to a previously key.
What's New in This Release: [ read full changelog ]
· No longer reads the registry in full write access mode. It leaves that for when you have to delete or modify values. This also fixes some rare access rights issues.
· Finally supports the mouse side buttons for going back and forth. That is MOUSE4 & MOUSE5. About time!
· All new icons in the menus. Most are from the "famfamfam mini icons" set.
· Fixed keys having a forward slash in their name, being interpreted as a path
· delimiter in certain parts of the code. Registry paths do not have restrictions on the use of "/" like file folders.
· Fixed bookmarks having their type shown under the comment column, if they had no comment set.
· Fixed a bug in the key enumerator, caused by not forcing RegEnumKeyEx() into returning ERROR_NO_MORE_ITEMS.
· Just like all the data types, it is now possible to customize the type format for
· keys as well.
· Removed the Key/Value Information dialog, as it didn't show anything that couldn't already be seen elsewhere.
· If you're running a 64-bit version of Window...