Yohanna / RegJump

A simple Power Shell script to jump to a specific registry key.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RegJump License

A simple Power Shell script to jump to a specific registry key.

Usage

The script works by opening the registry editor with the reg key in the clipboard, so all you have to do is:

  • copy the registry key and
  • open the bat file Run PS Script.

A batch file is used to launch the Power Shell script, since on many computers either running scripts (like Power Shell, VBscript, Javascript) is turned off or you would have to open the Power Shell terminal and manually run the PS script. That is two extra steps too many!

How it works ?

By default the Windows Registry Editor remembers the last opened key by saving that key location in HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit in the LastKey key.

So all the script does is change LastKey value to a new location and then start the registry editor which would make it go to that key. VoilĂ .

About

A simple Power Shell script to jump to a specific registry key.

License:MIT License


Languages

Language:PowerShell 81.4%Language:Shell 18.6%