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

Upgrade to 0.60 the PowerRename context menu is disappeared #19219

Closed
1 task done
ldqk opened this issue Jul 8, 2022 · 31 comments
Closed
1 task done

Upgrade to 0.60 the PowerRename context menu is disappeared #19219

ldqk opened this issue Jul 8, 2022 · 31 comments
Assignees
Labels
Hot Fix Items we will product an out-of-band release for Issue-Bug Something isn't working Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.

Comments

@ldqk
Copy link

ldqk commented Jul 8, 2022

Microsoft PowerToys version

0.60

Running as admin

  • Yes

Area(s) with issue?

PowerRename

Steps to reproduce

When I upgrade from 0.59.1 to 0.60,the PowerRename context menu is disappeared but the enable state is enabled in PowerRename Settings page as show in screenshot:
image
image
I was try to switch enable/disable PowerRename switch however the context menu still have not appear.
When I downgrade to 0.59.1 the PowerRename context menu is works normal.
image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

Other Software

No response

@ldqk ldqk added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jul 8, 2022
@Aaron-Junker
Copy link
Collaborator

Do you have Windows 11?

/bugreport

@ghost ghost added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jul 8, 2022
@ghost
Copy link

ghost commented Jul 8, 2022

Hi there!

We need a bit more information to really debug this issue. Can you add a "Report Bug" zip file here? You right click on our system tray icon and just go to report bug. Then drag the zipfile from your desktop onto the GitHub comment box in this issue. Thanks!
Report Bug

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

Yes,It's Windows 11 v22622,this is bug reports file:
PowerToysReport_2022-07-08-15-34-08.zip

@ghost ghost added Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Needs-Team-Response An issue author responded so the team needs to follow up and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jul 8, 2022
@jaimecbernardo
Copy link
Collaborator

On Windows 11 there's the known issue of having to restart the computer before it recognizes the tier 1 context menus. Have you tried restarting the computer yet? Restarting explorer.exe should work too. /needinfo

@ghost ghost added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Needs-Team-Response An issue author responded so the team needs to follow up labels Jul 8, 2022
@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

I have restart computer but it still doesn't works!

@ghost ghost added Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Needs-Team-Response An issue author responded so the team needs to follow up and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jul 8, 2022
@jaimecbernardo
Copy link
Collaborator

According to the logs, the package has installed successfully, so it's not a package install error. Did you restart with PowerRename enabled? Not sure what might be causing this.
In PowerShell, does Get-AppXPackage -Name *PowerRename* give any results?

@jaimecbernardo jaimecbernardo added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Team-Response An issue author responded so the team needs to follow up labels Jul 8, 2022
@htcfreek
Copy link
Collaborator

htcfreek commented Jul 8, 2022

@jaimecbernardo
OS Version 226* is 22H2. And the screenshots showing the extended context menu.

@ldqk
Did you enabled the menu for the extended menu?

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

Yes,the package is installed but context menu is no longer available.
image

@ghost ghost added Needs-Team-Response An issue author responded so the team needs to follow up and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jul 8, 2022
@jaimecbernardo
Copy link
Collaborator

@jaimecbernardo OS Version 226* is 22H2. And the screenshots showing the extended context menu.

Yes, that's beta channel. I've tested there and it worked.

@jaimecbernardo
Copy link
Collaborator

@ldqk , what file are you trying to select to rename? We saw some issues where some files are not being detected as rename-able, such as the "Recent" files.

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

@ldqk , what file are you trying to select to rename? We saw some issues where some files are not being detected as rename-able, such as the "Recent" files.

I want to try rename some regular folders, the path such as E:\Downloads\xxx ,but it works on version 0.59.1.

@jaimecbernardo
Copy link
Collaborator

If you select in Settings to "only show on extended context menu" and shift right-click the file, does it still work?
I don't know if it's the fact that's inside Downloads that's causing this, can we please check a single file inside "E:\Downloads\xxx" to check if it behaves the same way?

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

I've try to switch "only show on extended context menu" option,and try to rename other folders but it still doesn't works.

@jaimecbernardo
Copy link
Collaborator

You have to Shift+Right click to show the extended context menu. You're doing this, right?

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

Yes,Shift+Right click,I make sure I doing correctly.

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

Manually or if there was any way I can add power rename to the context menu,regedit? because I really need this function!

@jaimecbernardo
Copy link
Collaborator

What does your right click menu look like? (Before clicking show extra options)
Remove the setting to "Only show on extended context menu" first before trying, though.

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

My right-click menu has been modified to look like windows10 by third tools

@jaimecbernardo
Copy link
Collaborator

What you can do while we figure this out is perhaps remove the appxpackage for the context menu, so that a fallback kicks in.
In powershell in Admin mode:

Get-AppXPackage -Name *PowerRename* | Remove-AppXPackage

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

What you can do while we figure this out is perhaps remove the appxpackage for the context menu, so that a fallback kicks in. In powershell in Admin mode:

Get-AppXPackage -Name *PowerRename* | Remove-AppXPackage

I have executed this command succeed

@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

Ahhhhhh! Amazing! A miracle happened! When I have executed this command:

Get-AppXPackage -Name *PowerRename* | Remove-AppXPackage

the PowerRename context menu works normal!
image

@jaimecbernardo
Copy link
Collaborator

My right-click menu has been modified to look like windows10 by third tools

Which tools are that? I think it might be some incompatibility there.

@jaimecbernardo
Copy link
Collaborator

I guess we can try to always show the old controls alongside the new Windows 11 tier 1 ones 🤷

@jaimecbernardo jaimecbernardo self-assigned this Jul 8, 2022
@jaimecbernardo jaimecbernardo removed the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Jul 8, 2022
@ldqk
Copy link
Author

ldqk commented Jul 8, 2022

My right-click menu has been modified to look like windows10 by third tools

Which tools are that? I think it might be some incompatibility there.

I modified to classic context menu use by a tool named "StartAllBack",but I don't think it caused by incompatibility, In a word,this issue has been solved by executed Remove-AppXPackage command,thank you very much!

@jaimecbernardo
Copy link
Collaborator

I modified to classic context menu use by a tool named "StartAllBack",but I don't think it caused by incompatibility, In a word,this issue has been solved by executed Remove-AppXPackage command,thank you very much!

That's because there's a fallback to call the older context menu when the package is not installed ;)
It might try to install again when PowerRename restarts, though.

@Aaron-Junker
Copy link
Collaborator

I guess we can try to always show the old controls alongside the new Windows 11 tier 1 ones 🤷

Isn't that what most apps do?

@Forinil
Copy link

Forinil commented Jul 10, 2022

On Windows 11 there's the known issue of having to restart the computer before it recognizes the tier 1 context menus. Have you tried restarting the computer yet? Restarting explorer.exe should work too. /needinfo

Restarting Windows makes it show up in the extended context menu - if you enable that option before the restart - but not in the regular one. Restarting explorer.exe doesn't seem to work.

@jaimecbernardo jaimecbernardo added the Hot Fix Items we will product an out-of-band release for label Jul 11, 2022
@jaimecbernardo jaimecbernardo added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Needs-Team-Response An issue author responded so the team needs to follow up labels Jul 11, 2022
@anksingla
Copy link

anksingla commented Jul 14, 2022

Related so posting here, but let me know if I should file a new bug:

Just installed PowerTools. PowerRename shows up in the context menu when "Default and extended context menu" is selected in settings, but not when "Extended context menu only" is selected. Running version 0.60 on Windows 11 and restarted the computer as well as explorer.
image

PowerToysReport_2022-07-13-17-45-56.zip

Edit: fixed a link

@jaimecbernardo
Copy link
Collaborator

@jaimecbernardo
Copy link
Collaborator

@anksingla The extended context menu is for pressing shift+right click

@anksingla
Copy link

Thanks! I'll try the new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hot Fix Items we will product an out-of-band release for Issue-Bug Something isn't working Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

No branches or pull requests

7 participants