📜  卸载 Windows 商店的命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:47.303000             🧑  作者: Mango

代码示例2
#Copy and paste the code below.
Get-AppxPackage *windowsstore* | Remove-AppxPackage.