Replies: 1 comment
|
You can't, it requires the msix manifest to be updated. See #27277 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Motivation: I want to be able to double-click .ps1 scripts in Windows Explorer, for example, and run the script.
PowerShell 7 installed with MSIX is not being offered in the "Set default app" dialog and because the app is located in
C:\Program Files\WindowsAppswhich is owned byTrustedInstalleruser rather than the standard user (even with Administrator permissions), it's impossible to manually assignpwsh.exeto the.ps1extension. Any advice?All reactions