diff --git a/pages/windows/remove-appxpackage.md b/pages/windows/remove-appxpackage.md new file mode 100644 index 0000000000..23397ffbfe --- /dev/null +++ b/pages/windows/remove-appxpackage.md @@ -0,0 +1,20 @@ +# remove-appxpackage + +> A PowerShell utility to remove an app package from one or more user accounts. +> More information: . + +- Remove an app package: + +`remove-appxpackage {{package}}` + +- Remove an app package for a specific user: + +`remove-appxpackage {{package}} -User {{username}}` + +- Remove an app package for all users: + +`remove-appxpackage {{package}} -AllUsers` + +- Remove an app package but preserve it's app data: + +`remove-appxpackage {{package}} -PreserveApplicationData`