How to add a green program to the right mouse button under Windows

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.