add new chinese translations
This commit is contained in:
20
pages.zh/windows/remove-appxpackage.md
Normal file
20
pages.zh/windows/remove-appxpackage.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Remove-AppxPackage
|
||||
|
||||
> 一种用于从用户帐户中删除应用程序包的 PowerShell 工具。
|
||||
> 更多信息:<https://learn.microsoft.com/powershell/module/appx/Remove-AppxPackage>。
|
||||
|
||||
- 删除应用程序包:
|
||||
|
||||
`Remove-AppxPackage {{package}}`
|
||||
|
||||
- 为特定用户删除应用程序包:
|
||||
|
||||
`Remove-AppxPackage {{package}} -User {{username}}`
|
||||
|
||||
- 为所有用户删除应用程序包:
|
||||
|
||||
`Remove-AppxPackage {{package}} -AllUsers`
|
||||
|
||||
- 删除应用程序包但保留其应用数据:
|
||||
|
||||
`Remove-AppxPackage {{package}} -PreserveApplicationData`
|
Reference in New Issue
Block a user