Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以仅使用文件扩展名列出机器上可以打开特定文件类型的所有应用程序?例如,如果我有一个文本文件 (.txt),我想要一个可以打开 .txt 文件的所有应用程序的列表。
查看HKEY_CLASSES_ROOT注册表中的配置单元。都在里面。
HKEY_CLASSES_ROOT
我知道,没有可以打开特定文件的每个应用程序的主列表。
我假设您在谈论Windows机器...
您只能列出已注册的应用程序必须能够处理特定文件扩展名(当您右键单击并选择“打开方式”时显示的相同应用程序)。这是 Windows 注册表中的某个位置。
我建议您查看 microsoft 文档,或打开您的注册表并开始搜索已知的扩展。