1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages/windows/remove-appxpackage.md
Vedant Yadav 9538a12740
add-appxpackage: add Hindi translation; pages.*: remove locale from Microsoft links (#11286)
* add-appxpackage: add Hindi translation

* pages.*: remove locale from Microsoft links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 23:59:28 +05:30

550 B

remove-appxpackage

A PowerShell utility to remove an app package from one or more user accounts. More information: https://learn.microsoft.com/powershell/module/appx/remove-appxpackage.

  • 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