答案1
答案2
FileExt > PrgID
要创建无论关联和/或值如何都将显示的特定于扩展的上下文菜单条目HKCU\...\Explorer\FileExts\<.ext>\UserChoice
,请在以下位置创建条目:
`HKCR\SystemFileAssociations\<.ext>`
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3\Shell]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3\Shell\MyCommand]
@="NewMenuVerb"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3\Shell\MyCommand\Command]
@="Notepad \"%1\""
答案3
添加到@Eric Eskildsen的回答:如果这导致了问题,您需要将命令添加到HKEY_CLASSES_ROOT\Applications\XXX.XXX\shell\...
。
例如:您的文件类型与 notepad.exe 相关联。您需要将命令添加到Computer\HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\...