Visual studio 如何在“打开方式”对话框中设置程序名?

Visual studio 如何在“打开方式”对话框中设置程序名?,visual-studio,visual-studio-2012,exe,.net-assembly,open-with,Visual Studio,Visual Studio 2012,Exe,.net Assembly,Open With,我希望程序读取VLC(结束移动): 我已将我的程序集信息修改为以下内容,但无效: 如何更改“打开方式”对话框中显示的名称?它作为FriendlyAppName值存储在注册表中的HKCR\Applications\YourExeName下 如所述。它作为FriendlyAppName值存储在注册表中的HKCR\Applications\YourExeName下 如中所述。根据汉斯的回答,这就是它为我所做的: export.reg Windows Registry Editor Version

我希望程序读取
VLC(结束移动)

我已将我的程序集信息修改为以下内容,但无效:


如何更改“打开方式”对话框中显示的名称?

它作为FriendlyAppName值存储在注册表中的HKCR\Applications\YourExeName下


如所述。

它作为FriendlyAppName值存储在注册表中的HKCR\Applications\YourExeName下


如中所述。根据汉斯的回答,这就是它为我所做的:

export.reg

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)"

根据汉斯的回答,这就是它为我所做的:

export.reg

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)"

这个问题与VisualStudio无关。为什么要重新标记它们?我正在寻找一种方法将其设置为VS。这个问题与visual studio无关。为什么要和他们一起重新标记呢?我正在寻找一种在VS中设置它的方法。