Original link: http://www.winhelponline.com/articles/15/1/How-to-hide-an-entry-in-the-AddRemove-Programs-applet.html

------------------------Following content is only used 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.

最新文章

  1. Python列表
  2. Qt学习笔记网络(一)
  3. iOS开发UI篇—简单介绍静态单元格的使用
  4. Hibernate 中createQuery与createSQLQuery
  5. Nagios‘process_cgivars()’函数差一错误拒绝服务漏洞
  6. 考试必备神器-真题园手机客户端Android版1.1正式上线啦,欢迎大家下载使用!
  7. PHP汉字转拼音的两种方法+PHP提取汉字(中文)方法
  8. HTML之学习笔记(八)表格
  9. tp5怎么实现搜索分页能保留搜索条件
  10. python之路:数据类型初识
  11. Reading List on Automated Program Repair
  12. php的opcache缓存扩展
  13. Confluence 6 从一个模板中创建一个空间
  14. Universal-Image-Loader解析(一)——ImageLoaderConfiguration的详细配置
  15. Nginx(八)-- 负载均衡
  16. U3D 使用VS编程组件
  17. [BZOJ2717]迷路的兔子[构造]
  18. python学习 - yield
  19. hdu 5178(二分-lower_bound,upper_bound)
  20. 最小生成树(Kruskal)(并查集)

热门文章

  1. DNS服务未响应的简单解决办法
  2. [转]SpringMVC日期类型转换问题三大处理方法归纳
  3. 安装builderRobot到Rational Functional Tester和Performance Tester
  4. JFinal之学习资源
  5. 一个仿 github for windows 及 windows 8 的进度条
  6. Oracle DB 执行表空间时间点恢复
  7. paip.超实用 360浏览器最近频繁奔溃解决流程.
  8. 深入研究Block捕获外部变量和__block实现原理
  9. UITableView优化那点事
  10. MySQL(15):Select-distinct(返回非重复的记录)