1
In my English Windows 7's windows explorer, I can right-click a file and press N to open the Send to submenu, unless it's an image file, in which case it toggles between Send to and Rotate counterclockwise, and I need to press N twice, then Enter to open the Send to submenu.
Is there a way e.g. by editing the registry but not hacking Windows's binaries to change either accelerator key so that they don't clash?
Alternatively, is there another way to open the Send to submenu with one keypress, without installing extra software e.g. AutoHotkey?
On my system ShellExView doesn't work, even if ownership is given to Administrators on
HKEY_CLASSES_ROOT\CLSID\{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}
– Jeff – 2014-09-05T20:01:59.423@Jeff: Did you try the latest version i.e. 1.90? Did you try running the program as admin? If it still fails perhaps Process Monitor can tell you why. – Karan – 2014-09-06T00:01:29.013
Yes to both questions; v1.90 of ShellExView and run as Admin. The user
TrustedInstaller
owned the key. I ended up going full nuclear and renamed PhotoViewer.dll. I hated to do it, but... – Jeff – 2014-09-06T00:36:25.870@Jeff: Did you try manually deleting or renaming the registry key? – Karan – 2014-09-06T00:40:00.187
Yes, I took ownership and deleted the key. First I tried manually removing the two "rotate" options. Strangely neither of these worked, which tells me something else is going on with my system - but what in the world could it be? Win7 SP1. – Jeff – 2014-09-06T09:28:33.043
1I fixed it with ShellExView! I had "Show 32-bit Shell Extensions" checked under the Options menu. I forgot to turn it off after I used it last. Unchecked the option, disabled
Windows Photo Viewer Image Verbs
, rebooted (required) and VIOLA! Nuking my PhotoViewer.dll was driving me mad, so I had to figure it out. – Jeff – 2014-09-06T21:29:53.563Thanks, Karan. It works, and has given me new opportunities to customise my context menus, though it involves installing extra software. I'll mark it as the correct answer if noone else has any answers. – Gnubie – 2012-10-12T09:48:44.633
@Gnubie: No install required, all NirSoft utils are portable. – Karan – 2012-10-12T19:37:47.913
1For anyone that prefers to use regedit, you can either delete
HKEY_CLASSES_ROOT\CLSID\{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}
to get rid of all context menu items or modify the data to remove specific items. – mythofechelon – 2013-01-19T01:41:54.497