标签:http os io ar strong for art sp log
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 an entry in the Add/Remove Programs listing. Following any one of the methods is enough. This article is all about registry editing, so be sure to have appropriate backup(s) in place. For more information about 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 will be several sub-keys, each representing a software program that you installed. The following example shows how to hide the AnalogX Proxy entry from Add/Remove Programs listing:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ AnalogX Proxy
The AnalogX Proxy entry is now hidden. To make it visible again, rename the value back to DisplayName
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ AnalogX Proxy
The AnalogX Proxy entry is now hidden. To make it visible again, delete the SystemComponent value that you created earlier.
In this example, the name of the sub-key was AnalogX Proxy, which is easily identifiable. In some cases, the sub-key names are not obvious, and there will be a list of GUID entries similar to the following:
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 an entry in the Add/Remove Programs applet?
标签:http os io ar strong for art sp log
原文地址:http://www.cnblogs.com/cindy-hu-23/p/3962519.html