topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 6:49 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Open Registry by selecting Registry Path  (Read 7123 times)

Nzyme

  • Participant
  • Joined in 2011
  • *
  • Posts: 100
    • View Profile
    • Donate to Member
IDEA: Open Registry by selecting Registry Path
« on: December 03, 2012, 09:14 AM »
Hi,

I have often come across webpages that advise users to perform some registry operations for fixing / tweaking / etc. The steps would include something like - Open the following path in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

I am sure you would agree that navigating manually through every branch in RegEdit is a pain. I am looking for a program / add-on / script / etc, which can be used in the following way:

1. Select the registry path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

2. Right-click on the selected registry path and select a context menu option like "Go to" or "Open" --> "Registry". This would open RegEdit and all the branches in the selected path.

Would be a really helpful feature...Think about it...

Nzyme

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #1 on: December 03, 2012, 10:53 AM »
Try RegScanner

One of the features listed is Open Regedit to key in the clipboard.

Just close the search box(press Esc) and hit F7.
« Last Edit: December 03, 2012, 01:10 PM by MilesAhead »

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #2 on: December 03, 2012, 11:17 AM »
RegJump is what I use (along with a simple AHK clipboard script).

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #3 on: December 03, 2012, 01:15 PM »
skwire, I think you mentioned that once before. Thanks for reminding. I have SysInternals Suite.  RegJump is a good candidate for Selector.  Once I drag regjump onto the Selector Gui, I can hit Shift / keys then double click RegJump to open RegEdit to the key that's selected in the active window. I forgot to add it to the list in Selector the last time you mentioned it.

Nzyme

  • Participant
  • Joined in 2011
  • *
  • Posts: 100
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #4 on: December 26, 2012, 05:58 AM »
RegJump is what I use (along with a simple AHK clipboard script).

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?


Carol Haynes

  • Waffles for England (patent pending)
  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 8,066
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #6 on: December 26, 2012, 09:47 AM »
Haven't tried this one but there is a Firefox extension:

https://addons.mozil...on/open-regedit-key/


MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: IDEA: Open Registry by selecting Registry Path
« Reply #7 on: December 26, 2012, 11:33 AM »
RegJump is what I use (along with a simple AHK clipboard script).

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?

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 page

Of 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..


« Last Edit: December 26, 2012, 11:40 AM by MilesAhead »