-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MS Store version of PowerShell 7.2 no longer does file/registry virtualization #8347
Copy link
Copy link
Closed
Labels
area-setupArea - Installer packages and configurationArea - Installer packages and configuration
Description
Summary of the new document or enhancement
- List of articles that need to be updated: https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md
- New articles that need to be created:
- Link(s) to related code PR(s) in the PowerShell/PowerShell repo:
- Link(s) to related issue(s) in the PowerShell/PowerShell repo: Update Appx manifest to newer version to fix unvirtualizedResources capability PowerShell/PowerShell#15375
Description of what changed
This change removes most of the limitations for an APPX package. However, you still cannot write to $PSHOME so the MS Store instance of PowerShell cannot be the target for a remote session. Users need to be on Windows 10 version 1903 or higher.
See PowerShell/PowerShell#9278 for a discussion of issues before the fix.
These issues would apply to:
- PS 7.2 running on builds older than 1903
- The PS 7.1 MS Store app running on any version
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-setupArea - Installer packages and configurationArea - Installer packages and configuration