In the Win10 Registry Editor, how to quickly jump to the key-value?

RegJump is a small tool released by Microsoft, only 116KB, Download: Microsoft's official website  |  direct download  .


Run RegJump command to quickly navigate to the specified registry key. Specific methods are as follows:

The download regjump.exe into the C: \ Windows directory, if you want to navigate to the following registry path:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System

Run as Administrator command prompt, run the following command:

regjump HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System

 First run RegJump license agreement will pop up a dialog window, click Agree.

Then it will automatically open the Registry Editor, and automatically navigate to the path above.

There is also a handy little trick, after copying the registry path not pasted into the command prompt window, simply run the following command:

regjump -c (-c parameter is the path of action clipboard copy.)

Or more convenient:

regjump into the windows folder, a shortcut command PCmaster in the winmaster registered goreg, execution of the target for the C: \ Windows \ System32 \ regjump.exe, parameters -c, after copying the registry path in a Web page, windows + R input goreg Enter to open the registry directly.

 

Guess you like

Origin www.cnblogs.com/mahocon/p/12355933.html