add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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`