Skip to content
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

Open
1 task done
Jerriy opened this issue Sep 4, 2022 · 10 comments
Open
1 task done

Resize Picture Context menu entries appear twice in context menu #20255

Jerriy opened this issue Sep 4, 2022 · 10 comments
Labels
Area-Context Menu Related to context menu bugs or enhancements. Usually this is the File Explorer context menu Issue-Bug Something isn't working Priority-2 Bug that is medium priority Product-Image Resizer Things regarding image resizing module

Comments

@Jerriy
Copy link

Jerriy commented Sep 4, 2022

Untitled - Copy

Microsoft PowerToys version

0.61.1

Running as admin

  • Yes

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

@Jerriy Jerriy added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Sep 4, 2022
@LagunaJim
Copy link

LagunaJim commented Nov 8, 2022

Me too.

As a workaround it seems that deleting this reg key removes one of the duplicates on the context menu:

[HKEY_CLASSES_ROOT\PackagedCom\ClassIndex{8F491918-259F-451A-950F-8C3EBF4864AF}]

Untitled-1 @ 133% (Layer 1, RGB_8) _ 2022-11-08 14_59_11

@davidegiacometti davidegiacometti added the Product-Image Resizer Things regarding image resizing module label Dec 9, 2023
@Jay-o-Way Jay-o-Way removed the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Feb 1, 2024
@Jay-o-Way
Copy link
Collaborator

Is this still an issue with the latest version? /needinfo

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Feb 1, 2024
@LagunaJim
Copy link

LagunaJim commented Feb 1, 2024 via email

@Jay-o-Way Jay-o-Way removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Feb 1, 2024
@jaimecbernardo jaimecbernardo changed the title "Image Resizer" appears twice in context menu Context menu entries appear twice in context menu Mar 5, 2024
@jaimecbernardo jaimecbernardo added the Priority-2 Bug that is medium priority label Mar 5, 2024
@TheJoeFin TheJoeFin added the Area-Context Menu Related to context menu bugs or enhancements. Usually this is the File Explorer context menu label Mar 5, 2024
@SFNMutt
Copy link

SFNMutt commented Mar 7, 2024

Me too.

As a workaround it seems that deleting this reg key removes one of the duplicates on the context menu:

[HKEY_CLASSES_ROOT\PackagedCom\ClassIndex{8F491918-259F-451A-950F-8C3EBF4864AF}]

Untitled-1 @ 133% (Layer 1, RGB_8) _ 2022-11-08 14_59_11

this will also remove the Win11 Context menu entry

@ethanfangg ethanfangg added this to the PowerToys 0.80 milestone Mar 22, 2024
@ethanfangg ethanfangg added Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Mar 22, 2024
@Jay-o-Way
Copy link
Collaborator

Related to #25361

@crutkas
Copy link
Member

crutkas commented Apr 1, 2024

from #32152, note AllFilesystemObjects and Directory\Background

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\FileLocksmithExt]
[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\PowerRenameExt]
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\PowerRenameExt]

@crutkas crutkas changed the title Context menu entries appear twice in context menu Resize Picture Context menu entries appear twice in context menu Apr 1, 2024
@LaunchLee
Copy link

LaunchLee commented Jun 12, 2024

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]

@tahayparker
Copy link

can confirm that this issue still persists in v0.82
image

@KrisEnigma
Copy link

KrisEnigma commented Jul 25, 2024

Hi, here to confirm this issue with version 0.82.1:

image

I disabled the default Windows 11 menu; I don't know if that's causing an issue.

@Thane5
Copy link

Thane5 commented Aug 13, 2024

For me it now appears only once in the old context menu, but still not at all in the new Win11 context menu.
(Using v0.83.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Context Menu Related to context menu bugs or enhancements. Usually this is the File Explorer context menu Issue-Bug Something isn't working Priority-2 Bug that is medium priority Product-Image Resizer Things regarding image resizing module
Projects
Status: No status
Development

No branches or pull requests