PowerTip: Use PowerShell to remove app package from image

Doctor Scripto

Summary: Use Windows PowerShell to remove an app package from a Windows image.

Hey, Scripting Guy! Question How can I use Windows PowerShell to remove an app package from a Windows image?

Hey, Scripting Guy! Answer Use the Remove-AppxProvisionedPackage cmdlet, for example:

Remove-AppxProvisionedPackage –Path c:\offline –PackageName MyAppxPkg

0 comments

Discussion is closed.

Feedback usabilla icon