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

PowerRename has two entries in Explorer context menu #21710

Closed
PaulCoddington opened this issue Nov 4, 2022 · 10 comments
Closed

PowerRename has two entries in Explorer context menu #21710

PaulCoddington opened this issue Nov 4, 2022 · 10 comments
Labels
Issue-Bug Something isn't working Product-PowerRename Refers to the PowerRename PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@PaulCoddington
Copy link

Microsoft PowerToys version

0.64.0

Installation method

PowerToys auto-update

Running as admin

Yes

Area(s) with issue?

PowerRename

Steps to reproduce

Allow PowerToys auto-update to update previous version to v0.64.0.

✔️ Expected Behavior

PowerRename should only appear in each context menu level once.

❌ Actual Behavior

PowerRename appears in the legacy context menu twice.

contextmenu

It appears that when PowerRename is registered with the new Windows 11 context menu, it automatically propagates to the legacy context menu as well.

Problem seems to be resolved by deleting the now redundant legacy context menu registry key:
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\PowerRenameExt]

Other Software

No response

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

You just beat me to it. I see this too on my computer. Both work, by the way

@TheAndyMac
Copy link

Same for the Resize Pictures addin.
Screenshot 2022-11-04 081431

@taras-janea taras-janea added the Product-PowerRename Refers to the PowerRename PowerToy label Nov 6, 2022
@brine-egg
Copy link

same issue here, thought it was caused by a context menu mod I installed, but it happened with that disabled too

@JKilbeyn
Copy link

Same for the Resize Pictures addin. Screenshot 2022-11-04 081431

You can fix it by deleting all entries of ImageResizer in HKEY_CLASSES_ROOT\SystemFileAssociations
Find it with Ctrl+F

@Dgamefinisher
Copy link

I did everything listed above but couldn't delete the second entry and so I dug through the registry and found another key that solved the issue for me. Under Computer\HKEY_CLASSES_ROOT\CLSID\ run a find (Ctrl + F) and search for PowerRenameExt and mine personally looked like this HKEY_CLASSES_ROOT\CLSID{0440049F-D1DC-4E46-B27B-98393D79486B}. Delete the entire key (export first in case it doesn't work). There was a subkey titled InprocServer32 which I believe just holds the UID for the com class object but I could be wrong. Regardless it fixed the issue.

image
Image of the simplified structure.

here's a command that might delete it assuming the 0440049F... is the same
reg delete HKEY_CLASSES_ROOT\CLSID{0440049F-D1DC-4E46-B27B-98393D79486B}

@brain246
Copy link

@Dgamefinisher: Thanks, you saved my day! 👍🏼

@Dgamefinisher
Copy link

Dgamefinisher commented Aug 3, 2023

Update: When updating powertoys to version 0.72.0 power rename may disappear from the windows modern context menu. For anyone who used this fix, upon updating to this version of powertoys, should the issue occur, revert the registry change with the reg file below (remove .txt first).
[powerrename_remediation.reg.txt]

(https://github.com/microsoft/PowerToys/files/12252932/powerrename_remediation.reg.txt)

#27808

@cinnamon-msft
Copy link
Contributor

/dup #25361

@microsoft-github-policy-service
Copy link
Contributor

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@microsoft-github-policy-service microsoft-github-policy-service bot added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Aug 11, 2023
@DjDiabolik
Copy link

I did everything listed above but couldn't delete the second entry and so I dug through the registry and found another key that solved the issue for me. Under Computer\HKEY_CLASSES_ROOT\CLSID\ run a find (Ctrl + F) and search for PowerRenameExt and mine personally looked like this HKEY_CLASSES_ROOT\CLSID{0440049F-D1DC-4E46-B27B-98393D79486B}. Delete the entire key (export first in case it doesn't work). There was a subkey titled InprocServer32 which I believe just holds the UID for the com class object but I could be wrong. Regardless it fixed the issue.

image Image of the simplified structure.

here's a command that might delete it assuming the 0440049F... is the same reg delete HKEY_CLASSES_ROOT\CLSID{0440049F-D1DC-4E46-B27B-98393D79486B}

Also whit recent 0.78 it's present double entries. remove this (after backup) fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Product-PowerRename Refers to the PowerRename PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

10 participants