MASIGNCLEAN104

How to directly jump to any Registry key in Registry Editor with just one click

iklan banner

If you lot detect yourself playing alongside Registry Editor as well as tweaking your organization quite frequently, you lot powerfulness every minute good experience bored manually navigating to dissimilar registry keys. While it gives you lot an thought of a basic hierarchy of registry keys, it tin forcefulness out larn tiring. Today, nosotros are going to hold off at dissimilar ways using which you lot tin forcefulness out straight natural springtime to whatever desired registry primal alongside a unmarried keystroke. You tin forcefulness out directly natural springtime & become to your desired Registry Key inwards the Windows Registry Editor, using a Batch Script, VB Script, Microsft RegJump or portable freeware Registry Key Jumper.

UPDATE: Users of Windows 10 can at nowadays use the Address Bar to natural springtime straight to whatever registry key.
 as well as tweaking your organization quite oft How to straight natural springtime to whatever Registry primal inwards Registry Editor alongside but ane click

Directly natural springtime to whatever Registry key

Now, you lot powerfulness receive got noticed that whenever you lot opened upward registry editor, it automatically lands on the registry primal that was final viewed. That’s because the Registry Editor saves the final primal at a split place as well as it refers that place spell launching the editor. When you lot wish to opened upward Registry Editor to whatever desired primal path, the thought is to salve this path inwards the value champaign of LastKey so that adjacent fourth dimension you lot open the Registry Editor, it launches at your desired primal path.

There are 3 ways you lot tin forcefulness out natural springtime straight to the desired registry key. Let us convey a hold off at them.

1] Using a Batch Script

You tin forcefulness out practice a unproblematic batch script as well as utilization it to natural springtime to whatever registry key. Open Notepad, glue the below script text inwards it as well as salve the file every minute regjump.bat at whatever location.

@ECHO OFF & setlocalSET /P "showkey=Please come inwards the path of the registry key: "REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit" /v "LastKey" /d "%showkey%" /f root "" regedit

 as well as tweaking your organization quite oft How to straight natural springtime to whatever Registry primal inwards Registry Editor alongside but ane click

Now, re-create the registry path that you lot wish to navigate to as well as glue it inwards the dominance work prompt afterwards launching the batch program. The plan volition educate this registry path inwards the value champaign of LastKey as well as launch Registry Editor at your desired primal path.

2] Using a VB Script

You tin forcefulness out likewise utilization a VB Script to opened upward Registry Editor at whatever primal location. Just every minute to a higher house method, opened upward Notepad as well as glue the below VB script inwards patently text format. Save the file every minute regjump.vbs at whatever place on your computer.

Set WshShell = CreateObject("WScript.Shell")Dim JumpToKeyJumpToKey=Inputbox("Which registry primal would you lot similar to open?")WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey",JumpToKey,"REG_SZ"WshShell.Run "regedit", 1,TrueSet WshShell = Nothing

 as well as tweaking your organization quite oft How to straight natural springtime to whatever Registry primal inwards Registry Editor alongside but ane click

This script likewise follows the same approach where it assigns the absolute primal path inwards the value champaign of LastKey as well as and then opens registry editor at this location.

3] Using RegJump from Microsoft

If you lot wish to salve yourself from the extra undertaking of creating the script, you lot tin forcefulness out convey wages of a small-scale utility that is offered straight past times Microsoft as well as is available for download at Microsoft website. Although, the basic functionality of this applet is yet the same. It accepts the keys inwards criterion cast (e.g. HKEY_LOCAL_MACHINE) as well as abbreviated cast (e.g. HKLM).

To run the program, but launch the .exe file as well as run the dominance inwards below format:

regjump HKLM\Software\Microsoft\Windows

 as well as tweaking your organization quite oft How to straight natural springtime to whatever Registry primal inwards Registry Editor alongside but ane click

You tin forcefulness out likewise re-create an absolute primal path as well as but burn downwardly the regjump dominance which volition convey the path from the clipboard as well as launch registry editor at that location.

4] Use 3rd-party freeware called Registry Key Jumper

 as well as tweaking your organization quite oft How to straight natural springtime to whatever Registry primal inwards Registry Editor alongside but ane click

Registry Key Jumper is a portable freeware that simplifies navigation inwards the Windows registry. Simply re-create a registry primal as well as and then click on Jump to Key to become straight to that Registry Key. It is available for download here.

Hope you lot detect this Registry Editor tip useful.


Source: https://www.thewindowsclub.com/
Share This :