GoTo Target Registry Key With Single Click

GoTo Target Registry Key With Single Click provides rapid access to the section of the Windows Registry. This is a free script that is designed for easy navigation. The quick access to key system registry more popular. It will be able to save time and move to the desired section to examine. The content and make the necessary changes to the registry. This requires no installation on the hard disk due to the script.

Open Windows registry editor tool
Open Windows registry editor tool

GoTo Target Registry Key With Single Click

Windows registry is a central database that carries information about the configuration options for user profiles, applications, system settings and utilities, device drivers, etc. In a unique and well-ordered and organized information hive. All versions of Windows are sent to the registry. Although it is quite genuinely useful, the native Registry Editor tool does feel rather lacking when it comes to its limited features; It seems quite tedious to navigate and does not offer a way to quickly jump to a specific registry key or location. The open-source program Reg presented to solve this annoyance. Not only it lets you quickly upload your key desired record, but it also allows you to bookmark registry locations and offers a number of additional features.

Please remove space before and after of “\”, always use complete path like “HKEY_LOCAL_MACHINE”  not like “HKCU“, in short, your regedit path should look like this

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Method :1

Copy the below code and past it into Notepad, save it as “fileName.vbs”

Set WshShell = CreateObject("WScript.Shell")
Dim GoToKey
Dim retval
GoToKey=Inputbox("Please paste or type the registry key, and click on OK")
If IsEmpty(GoToKey) Then
'exit
Else
WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey",GoToKey,"REG_SZ"
WshShell.Run "regedit", 1,True
Set WshShell = Nothing
End If

The above code is open, you can use it according to said instructions, if you feeling trouble to copy and save the above code, you can use the second method.

Method :2

You can another way to apply GoTo Target Registry Key With Single Click for Windows 10/8.1/8/7. Simply download and extract it. Double click and open the file, and type or paste the registry key path to the input box, and click OK

Download Link (GoTo Target Registry Key With Single Click)

Leave a Reply

Your email address will not be published. Required fields are marked *