开发者

Shell context menu item added to Registry but doesn't appear in right click!

开发者 https://www.devze.com 2023-03-17 15:36 出处:网络
I have an application that adds two menu items to the shell context menu of \"jpegFile\". I can see that it is correctly added to the registry but in some machines it doesn\'t appear when user right c

I have an application that adds two menu items to the shell context menu of "jpegFile". I can see that it is correctly added to the registry but in some machines it doesn't appear when user right clicks a jpeg file!

I'm usin开发者_开发百科g [Windows 7] and I'm adding items to registry via my application's setup project.

Any idea why?


Probably caused incorrect registry.

Try registering your extension under

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Blah Blah] @="Edit with Blah Blah"

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with Blah Blah\command] @="\"C:\Program Files\BlahBlah.exe\" \"%1\""

0

精彩评论

暂无评论...
验证码 换一张
取 消