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

New+ no longer appears in the context menu #37178

Open
WebAtelier47 opened this issue Jan 30, 2025 · 12 comments
Open

New+ no longer appears in the context menu #37178

WebAtelier47 opened this issue Jan 30, 2025 · 12 comments
Labels
Issue-Bug Something isn't working Needs-Team-Response An issue author responded so the team needs to follow up Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams

Comments

@WebAtelier47
Copy link

Microsoft PowerToys version

0.88.0

Installation method

Microsoft Store

Running as admin

None

Area(s) with issue?

New+

Steps to reproduce

Right-click no longer displays the New + options.

I tried to restart the explorer but without success.

Image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

Other Software

No response

@WebAtelier47 WebAtelier47 added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jan 30, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@spowers53
Copy link

After updating to this version I no longer see power toys options like the +NEW or the PowerRename. I restarted my computer and ran this in user and Admin mode to see if it corrects itself but it did not. Basically the Explorer options are missing. Mapped keys work fine.

@jaimecbernardo
Copy link
Collaborator

Wonder if old packages are still around. Can you please run this in PowerShell and check if the context menus are on 0.88.0 or on an older version?

Get-AppxPackage -Name *powertoys*

/needinfo

@microsoft-github-policy-service microsoft-github-policy-service bot 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 Jan 31, 2025
@WebAtelier47
Copy link
Author

It is strange it is Version : 0.86.0.0 but in windows installed apps it said 0.88.0, what can i do?

Thanks.

@microsoft-github-policy-service microsoft-github-policy-service bot 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 Jan 31, 2025
@spowers53
Copy link

spowers53 commented Jan 31, 2025

@jaimecbernardo Mine shows Version 0.87.1.0 but similar to @WebAtelier47, my installed version is 0.88.0

EDTED:

  • .FileLocksmithContextMenu = 1.0.0.0
  • ImageResizerContextMenu = 0.83.0.0
  • PowerRenameContextMenu = 0.83.0.0
  • NewPlusContextMenu = 0.87.1.0

@jaimecbernardo
Copy link
Collaborator

Folks who are hitting this, can you please send some /bugreport ?

@microsoft-github-policy-service microsoft-github-policy-service bot 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 Jan 31, 2025
@spowers53
Copy link

PowerToysReport_2025-01-31-09-20-39.zip

Bug report uploaded

@WebAtelier47
Copy link
Author

@microsoft-github-policy-service microsoft-github-policy-service bot 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 Jan 31, 2025
@jaimecbernardo
Copy link
Collaborator

Thinking a workaround might work here, as in : #35210 (comment)

In PowerShell, verify this only gets packages related to PowerToys:

Get-AppxPackage -Name *powertoys*

Delete all PowerToys related MSI packages:

Get-AppxPackage -Name *powertoys* | Remove-AppxPackage

Run this again to make sure they were deleted:

Get-AppxPackage -Name *powertoys*

After that, in PowerToys Settings, Disable and Enable the utilities again and they will try to install the right package.
A Explorer restart might be needed.

Please let me know if this works.

@spowers53
Copy link

BINGO!! That worked @jaimecbernardo . Thank you. I checked and New+ is showing 0.88.0.0 in Powershell now.

Image

@WebAtelier47
Copy link
Author

Yes it work, thanks

@Zoukkaa
Copy link

Zoukkaa commented Feb 1, 2025

thanks, it worked

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 Needs-Team-Response An issue author responded so the team needs to follow up Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams
Projects
Status: No status
Development

No branches or pull requests

4 participants