【问题标题】:How do I get the same installed programs list as Programs and Features? [duplicate]如何获得与程序和功能相同的已安装程序列表? [复制]
【发布时间】:2014-01-02 19:06:27
【问题描述】:

该程序使用注册表项中的已安装程序填充列表。它读取两个位置。

SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall

问题是,我得到的列表比我在程序和功能中看到的要长得多,有什么规则可以过滤哪些程序应该显示或不显示?

【问题讨论】:

标签: c# windows registry


【解决方案1】:

有几种方法可以做到这一点,Win32_Product、注册表搜索等。 您是否尝试过在发布之前在线搜索?

看到这个: C#: How to get installing programs exactly like in control panel programs and features?

这里还有一个很好的讨论: http://social.msdn.microsoft.com/Forums/en-US/94c2f14d-c45e-4b55-9ba0-eb091bac1035/c-get-installed-programs

【讨论】:

    猜你喜欢
    • 2012-10-02
    • 1970-01-01
    • 1970-01-01
    • 2010-11-16
    • 1970-01-01
    • 2021-02-23
    • 1970-01-01
    • 2012-11-05
    • 1970-01-01
    相关资源
    最近更新 更多