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

Removing applications via Get-ProvisionedAppxPackage does not work #206

Open
40OIL opened this issue Jun 13, 2024 · 0 comments
Open

Removing applications via Get-ProvisionedAppxPackage does not work #206

40OIL opened this issue Jun 13, 2024 · 0 comments

Comments

@40OIL
Copy link

40OIL commented Jun 13, 2024

I downloaded the Windows11 InsiderPreview x64 26100 image.
The script ran on Windows 11 Pro 22H2, OS Build 22621.1105
The image was rebuilt, recorded in ISO and installed normally, but the Weather, Teams, YourPhone, Xbox and other applications remained in it, a total of 32 applications and 7 system components.

I started to figure it out - in 22H2 Get-AppXProvisionedPackage requires parameters; but it doesn't work Get-AppxProvisionedPackage -Online and Get-AppXProvisionedPackage -Path c:\mount,

there is no Get-ProvisionedAppxPackages cmdlet, and Get-ProvisionedAppxPackage requires parameters but does not accept Get-ProvisionedAppxPackage -Path c:\mount and Get-ProvisionedAppxPackage -online

Get-AppxPackage works without parameters (the -Path c:\mount parameter is not accepted), but it also displays the packages of the Windows in which I run it, and not the mounted wim?

How can I properly remove Appx applications from a mounted wim?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant