Jump to a Registry Key (Stored in Clipboard) Directly Using RegJump

RegJump is a super tool from Windows Sysinternals that exists for a very long time, launches the Registry Editor automatically and jumps to the specified registry path. The registry path needs to be mentioned as a command-line parameter for RegJump.

To make Registry Editor open the HKEY_LOCAL_MACHINE\Software\Microsoft branch directly, you’d use this command:

regjump.exe HKLM\Software\Microsoft\Windows

People have been using this tool for years, but what’s new to regjump.exe is that the latest version v1.1 as of this posting, supports “-c” switch that takes the registry path stored in the clipboard as the input parameter.

RegJump utility: open Regedit directly to a given key (stored in clipboard)

Here is how to directly jump to a registry key using RegJump.

Download RegJump from Microsoft, and extract the executable to a folder of your choice. Then create a shortcut to RegJump with “-c” parameter (RegJump.exe -c) and place it on the desktop.

Optionally you may assign a hotkey to launch this shortcut. As RegJump.exe doesn’t have any icons, you may click the Change Icon… and choose an icon from the Shell32.dll if you need. In Windows Vista and higher systems, you need to run this program elevated. To do so, click the Advanced tab in RegJump shortcut properties, click Run as administrator, and click OK.

Next, when you come across a site discussing registry edits to fix a problem you’re facing in your computer… for example, the Microsoft KB article 822005 suggests deleting certain keys in the registry to reset Word settings…



..simply copy the registry path mentioned in the article, and launch the RegJump shortcut either by double-clicking or using the previously assigned hotkey. RegJump asks for permission to run elevated, and when given consent, it runs the Registry Editor and jumps directly to the above registry path.

jump to a registry key

Registry edits are inevitable these days to customize or fix broken settings in Windows. And here at this blog, we discuss registry hacks in many of our articles to fix problems or to make Windows function the way you want. Hope you find this tip very useful.

Registry Editor Address bar in Windows 10 Creators Update

Since the Windows 10 Creators Update, the Registry Editor gets an address bar as seen in the article Registry Editor Gets the Address Bar Feature in Windows 10. You can simply paste the registry path in the address bar and press ENTER. No need to expand each key to navigate to the branch you want to reach.

regedit address bar windows 10

Another nice thing is that you can even use short or abbreviated forms, such as HKCU for HKEY_CURRENT_USER etc. That’s a very useful feature added to the Registry Editor in Windows 10.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment