-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize Picture Context menu entries appear twice in context menu #20255
Comments
Is this still an issue with the latest version? /needinfo |
Thanks for asking! Yes I just installed Powertoys x64 in a Windows Sandbox (so a clean environment) and this is the result. Note that this is the “Show More Options” menu – on the initial “new context menu” it appears only once.
In my regular environment (non-sandbox) I have the “new Show More Options” version of the menu disabled – but this doesn’t carry over into the Sandbox.
/jim
[A screenshot of a computer Description automatically generated]
|
Related to #25361 |
from #32152, note AllFilesystemObjects and Directory\Background
|
For the classic menu entry, what I found that can be recognized as duplicates is the following: Windows Registry Editor Version 5.00
; FileLockSmith
[-HKEY_CLASSES_ROOT\AllFileSystemObjects\shellex\ContextMenuHandlers\FileLocksmithExt]
; ImageResizer
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ImageResizer]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ImageResizer]
; PowerRename
[-HKEY_CLASSES_ROOT\AllFileSystemObjects\shellex\ContextMenuHandlers\PowerRenameExt]
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\PowerRenameExt] |
For me it now appears only once in the old context menu, but still not at all in the new Win11 context menu. |
I also disabled the default Windows 11 context menu, so I thought it could be that. But, if I switch back to the Windows 11 context menu then click "Show more options", I still have the same issue. I also tested on a Windows 10 computer and I have the same issue. |
If someone has this issue with PowerRename - you can delete the following reg key: |
Weird. That key should kill one of the File Locksmith entries -- which it does. That it also kills Power Rename seems buggy, but that's a two-fer that works. Thank you. |
Microsoft PowerToys version
0.61.1
Running as admin
Area(s) with issue?
Image Resizer
Steps to reproduce
right click
✔️ Expected Behavior
one instance of "resize image"
❌ Actual Behavior
two instances of "resize image". This is also the case for PowerRename but at least that one has an option in its settings titled "default and extended context menu" (where you can choose to display either two or one only), whereas Image Resizer doesn't have that option.
Other Software
OS = Windows 11
The text was updated successfully, but these errors were encountered: