Summary: Use Windows PowerShell to remove an app package from a Windows image.
How can I use Windows PowerShell to remove an app package from a Windows image?
Use the Remove-AppxProvisionedPackage cmdlet, for example:
Remove-AppxProvisionedPackage –Path c:\offline –PackageName MyAppxPkg
0 comments