Windows在何处存储其“打开方式"?设置?

编程入门 行业动态 更新时间:2024-10-09 23:13:48
本文介绍了Windows在何处存储其“打开方式"?设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试通过文件扩展名(例如.jnlp文件)以编程方式检查文件关联.我一直在读

I'm trying to programmatically check file associations by the file extension (for example .jnlp files). I keep reading that

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JNLPFile\Shell\Open\Command

是要检查的注册表项.但是,如果您通过Windows资源管理器更改关联:

is the Registry key to check. However, if you change the association through Windows Explorer:

打开方式>选择程序">(始终使用选定的程序)

更改完全没有反映在此注册表项中.此信息还存储在哪里?

the change isn't at all reflected in this Registry key. Where else is this information stored?

推荐答案

看看:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\

,其中的子键是您重新分配的扩展名.在此之下,将包含UserChoice和OpenWithList子项,这些子项将包含您的重新定义.

and the sub-key of that is the extension you reassigned. Under that there will be the UserChoice and OpenWithList sub-keys which will contain your redefinition.

您可能还想阅读 support.microsoft/kb/950505谈论您的问题.

You may also want to read support.microsoft/kb/950505 which talks about your issue.

更多推荐

Windows在何处存储其“打开方式"?设置?

本文发布于:2023-11-13 06:19:08,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1583676.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:方式   在何处   Windows   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!