I need to open a registry key such as the following in regedit.
HKLM\Software\Microsoft\Foo\Bar
Is there a tool which will navigate to the key for me, without my having to navigate the folders myself one by one?
|
I need to open a registry key such as the following in regedit.
Is there a tool which will navigate to the key for me, without my having to navigate the folders myself one by one?
| ||||
|
feedback
|
|
This cannot be done using However, Microsoft offers Once you install this you can open to specified key like so:
or even using abbreviations:
Available abbreviations are:
| ||||
|
feedback
|
|
You can do this by creating a simple VBScript on your desktop, without installing any additional software. The script simply sets the "last used" key in the registry, before then opening it. Open Notepad, stick this into it and save it as
In the properties for the .vbs file you can tell it not to pop up a black box as it is running the script, to make it a little tidier. If you wanted to be fancy, you could save the .vbs script somewhere else and create a shortcut on your desktop to it. You would then be able to change the icon and may it look pretty (if you really wanted to). EDIT - If you wanted to be asked what key you wanted to open each time, here is what you would use instead:
| |||||||
feedback
|
|
One thing you might consider doing if you use Regjump is to set up an environment variable, for example REGJUMP=C:\path\to\regjump.exe. Then you can use Regjump from the 'Start Search' box in, say, the Windows Vista Start Menu:
[You may need to browse to the location of regjump.exe and set regjump.exe to have 'Run this program as an administrator' Privilege Level on the Properties->Compatibility tab. This will ensure that Regjump operates correctly on computers running with User Account Control]. | |||
|
feedback
|
|
In reg edit you have the ability to book mark paths. From the top menu choose 'Favourites' > Add favourite Ak | |||
|
feedback
|
|
There is no way of doing this with the standard Registry Editor on it's own. However, Microsoft/Sysinternals have a tool called Regjump that does exactly what you need - launching to the correct place in registry editor. | |||
|
feedback
|
|
Nircmd too can do it. http://www.nirsoft.net/utils/nircmd.html
RegScanner is a GUI to search the registry, with option to jump to selected key. | |||
|
feedback
|