RegJump is what I use (along with a simple AHK clipboard script).
-skwire
I tried using RegJump but nothing happens when I run it. I suppose I am missing something...Can you provide the steps to get this working along with AHK scripts?
-Nzyme
The registry key to jump to should be passed on the command line.
C:>regjump hkey_local_machine\yadda\yadda
I made Selector as a general purpose way to launch a program or batch file with the selected or clipboard text as the command tail. If I have RegJump in the list of programs, I select the registry key, hit the Selector hotkey, then choose RegJump from the list and hit the Go button. Items may be added to the list by simply dragging batch files, exe files, or their shortcuts onto the list.
You may download from this
pageOf course you can set up a macro with any utility that can pass the selected text onto a program as command tail. FARR is one example. But Selector is specialized to pass command arguments, paste selected text into an editor, open editor with selected text as a tmp file, etc..