First, green software is a lot of people's favorite, but there are also some problems that need us to solve, that is how to add commonly used software to the right mouse button, for example, notepad++ Green version of the software, we want her to be able to appear in the right mouse button, so when we encounter a file to use notepad++ When you open it, you can open it directly with the right mouse button.
Second, the following describes how to add a program to the right mouse button. The main thing is to modify the registry to achieve.
Windows Registry Editor Version 5.00
[Hkey_classes_root*shell]
[hkey_classes_root*shellnotepad++ Portable]
@= "notepad++ Portable"
[hkey_classes_root*shellnotepad++ Portablecommand]
@= "F:program filesnotepad++notepad++.exe%1"
You can import the above program by saving it as a a.reg double-click.
The meaning of each line is roughly introduced, the first line declares the registry version, the second line goes to the shell folder, the third line establishes the notepad++ Portable folder, and is named "notepad++ Portable", Line five creates the Commnad command under the folder you just created to give the file path whose parameter is notepad++.
Note : More attention to the computer Tutorials section, triple Computer office group: 189034526 welcome you to join