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

Image Resizer no longer showing up in drag context menu #24028

Closed
daoneandonly opened this issue Feb 9, 2023 · 4 comments
Closed

Image Resizer no longer showing up in drag context menu #24028

daoneandonly opened this issue Feb 9, 2023 · 4 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 Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Product-Image Resizer Things regarding image resizing module Status-No recent activity no activity in the past 5 days when follow up's are needed

Comments

@daoneandonly
Copy link

Microsoft PowerToys version

0.67.1

Installation method

PowerToys auto-update

Running as admin

Yes

Area(s) with issue?

Image Resizer

Steps to reproduce

  • Select one or more image files
  • Press and hold the right mouse button on one of the image files
  • While holding, drag cursor to same or another folder
  • Release right mouse button with mouse to make drag context menu appear

image

✔️ Expected Behavior

  • Expecting Resize images here option to appear in context menu

Previous versions of PowerToys/Image Resizer showed an option to select Image Resizer from the file drag context menu.

❌ Actual Behavior

Currently, no option for the Image Resizer appears in this file drag context menu.

Other Software

This is running on Windows 11

@daoneandonly daoneandonly added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Feb 9, 2023
@wormaga
Copy link

wormaga commented Feb 20, 2023

From comparing v0.67 and v.0.67.1 release I found that one registry key was moved form HKCU to HKCR.
I found the way to enable ImageResizer in context menu:

  • open notepad
  • paste the code bellow
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shellex\DragDropHandlers\ImageResizer]
@="{51B4D7E5-7568-4234-B4BB-47FB3C016A69}"
  • save the file with .reg extension (e.g. imageResizerFix.reg)
  • double click the file
    • require admin privileges
    • will show a pop up window if you want to apply changes - click Yes

Tested on Windows 10 22H2.
This is NOT a proper fix, following PowerToys updates will have the same bug (unless it will be fixed).

@ustall
Copy link

ustall commented Feb 15, 2024

Hey, can you expand about how you make the code you provided? Curently I have PowerToys v0.78.0 and have same issue.

Tested on Windows 10 22H2. This is NOT a proper fix, following PowerToys updates will have the same bug (unless it will be fixed).

I found in ImageResizer Manifest - Class Id="8F491918-259F-451A-950F-8C3EBF4864AF" , so I tried to .reg DropHandler by

[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shellex\DragDropHandlers\ImageResizer]
@="{8F491918-259F-451A-950F-8C3EBF4864AF9}" 

, but this didnt work. Can you help please?

Tested on Windows 10 22H2. imageResizerFix.reg file was registred succesfully, but didnt fix issue

@TheJoeFin TheJoeFin added Product-Image Resizer Things regarding image resizing module Area-Context Menu Related to context menu bugs or enhancements. Usually this is the File Explorer context menu and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Mar 5, 2024
@TheJoeFin
Copy link
Collaborator

TheJoeFin commented Mar 5, 2024

@daoneandonly can you try restarting your PC and see if the Image Resizer is still missing? /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 Mar 5, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Status-No recent activity no activity in the past 5 days when follow up's are needed label Mar 10, 2024
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 Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Product-Image Resizer Things regarding image resizing module Status-No recent activity no activity in the past 5 days when follow up's are needed
Projects
None yet
Development

No branches or pull requests

4 participants