How to hide a entry in the Add/remove Programs applet?

Source: Internet
Author: User

Original link:http://www.winhelponline.com/articles/15/1/how-to-hide-an-entry-in-the-addremove-programs-applet.html

------------------------Following content is only for knowledge sharing. ---------------------------

This article discusses the methods to hide a entry in the Add/remove Programs listing. Following any one of the methods is enough. This article are all on registry editing, so being sure to has appropriate backup (s) in place. For more information on registry backup, See here

The Add/remove Programs list is populated from the following registry key:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ currentversion \ Uninstall

Under the Uninstall key, there'll be is several sub-keys, each representing a software program this you installed. The following example shows how to hide the analogx Proxy entry from Add/remove Programs listing:

Method 1
    • Click Start, Run and type Regedit.exe
    • Navigate to the following:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ currentversion \ Uninstall \ ANALOGX Proxy

    • In the Right-pane, right-click the DisplayName value and choose Rename
    • Rename it to anything (for example, nodisplayname )

The ANALOGX Proxy entry is now hidden. To make it visible again, rename the value DisplayName

Method 2
    • Click Start, Run and type Regedit.exe
    • Navigate to the following:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ currentversion \ Uninstall \ ANALOGX Proxy

    • In the Right-pane, create a new REG_DWORD value named systemcomponent
    • Double-click systemcomponent and set its data to 1

The ANALOGX Proxy entry is now hidden. To make it visible again, delete the SystemComponent value, created earlier.

More information

In this example, the name of the sub-key were ANALOGX Proxy, which is easily identifiable. In some cases, the sub-key names is not obvious, and there would be a list of GUIDs entries similar to the following:

    • {00000409-78e1-11d2-b60f-006097c998e7}
    • {1cb92574-96f2-467b-b793-5ceb35c40c29}
    • {2318c2b1-4965-11d4-9b18-009027a5cd4f}
    • {350c97b0-3d7c-4ee8-baa9-00bcb3d54227}

In such cases, you can select the entry and look in the Right-pane for the DisplayName string. The string tells you the name of the application concerned.

How to hide a entry in the Add/remove Programs applet?

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.