在“打开方式...”上下文菜单中命名程序

编程入门 行业动态 更新时间:2024-10-10 11:29:22
本文介绍了在“打开方式...”上下文菜单中命名程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何自定义Windows XP和7的打开方式... 上下文菜单中可见的程序的名称?

How can I customize the name of the program visible in the Open With... context menu in Windows XP and 7?

例如:我在Windows上安装了3个版本的 XYZ 产品。 .x 文件与 xyz.exe (COM注册)相关联。

For example: I have 3 versions of a product named XYZ installed on Windows; .x files are associated to xyz.exe (COM registration).

该产品的所有版本均具有相同的 .exe 名称。现在,在打开方式... 上下文菜单中,它显示 XYZ 程序3次(已安装3个版本),但名称相同。

All versions of the product have the same .exe name. Now in the Open With... context menu, it shows XYZ program 3 times (3 versions are installed) but with the same name.

我如何使其也显示版本?即 XYZ V1.0 , XYZ V2.0 等。

How do I make it show the version as well? I.e. XYZ V1.0, XYZ V2.0, etc.

推荐答案

将以下内容另存为 .reg 文件,根据需要进行修改,然后导入注册表:

Save the below as a .reg file, modify it to your needs, and import to the registry:

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Applications\VLCMoveOnEnd.exe] "FriendlyAppName"="VLC (Move on end)" [HKEY_CLASSES_ROOT\Applications\VLCMoveOnEnd.exe\shell] [HKEY_CLASSES_ROOT\Applications\VLCMoveOnEnd.exe\shell\open] "FriendlyAppName"="VLC (Move on end)"

来自我对同一问题。

更多推荐

在“打开方式...”上下文菜单中命名程序

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

发布评论

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

>www.elefans.com

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