Registry Jumper Version History
- 3.0 (16 July 2024)
- The program now requires administrative privileges to function properly on modern Windows operating systems
Advanced 64-bit/32-bit registry handling in GUI mode on 64-bit Windows. The program now automatically selects the existing 32-bit or 64-bit registry path or prompts the user if both paths are present.
For example, if the path "HKLM\Software\Macromedia\FlashPlayer" exists only in the X32 registry, it will automatically be opened as "HKLM\Software\WOW6432Node\Macromedia\FlashPlayer".
If a key exists in both the X64 and X32 registry (e.g. "HKLM\Software\Microsoft\Windows\CurrentVersion\Run"), the user is asked which one to open.
-
Command line switch to open a registry key specified via the clipboard:
regjump.exe -c
- If the last part of the supplied registry path is a value name, navigate to the path and select a value, e.g. HKLM\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot
- Support for the VirusTotal registry hive format, e.g. <HKCU>\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop
- Support for registry paths that begin with "Computer", e.g. Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ Macromedia\FlashPlayer\SafeVersions
- "Check for program update" command
- Better cleanup of entered registry paths
- Removed UPX EXE compression, which previously reduced the program size by about 100 KB but caused false positives in some poorly designed antivirus software
- 2.0 (20 July 2005)
- Favorites support (Quick launch from favorites, Add to favorites, Organize favorites, Export favorites list to HTML format)
- Installer/uninstaller.
- Regedit launched by Registry Jumper now remembers its last state (before: Regedit was always maximized)
- The symbols "space", "{" and "}", if typed manually, were truncated at the end. So, manual input of paths with GUIDs like HKCR\CLSID\{D27CDB6E-AE6D-11CF-96B8-444553540000}\ was impossible. Fixed.
- If the current Windows user did not have write permissions to the HKEY_CLASSES_ROOT, the regjump protocol was not registered. Fixed.
- When launched from the command line and the specified key was not found in the registry, the Registry Jumper window remained on the screen.
- Fixed bug with lowercase key names (for example, only HKLM was supported, hklm was not).
- Small improvements and bug fixes
- Initial public release