码迷,mamicode.com
首页 > 移动开发 > 详细

How to hide an entry in the Add/Remove Programs applet?

时间:2014-09-09 15:43:18      阅读:147      评论:0      收藏:0      [点我收藏+]

标签: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:

Method 1

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

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 back to DisplayName

Method 2

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

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 that you created earlier.

More information

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:

  • {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 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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!