卸载win10自带磁贴应用时,发现要加上参数-ALLUsers才能把所有用户下的磁贴应用删除
Remove-AppxPackage
[-Package]
[-AllUsers]
先在powershell中用命令查询磁铁应用的名称
get-StartApps
然后使用命令卸载
Get-AppxPackage 应用名称 | Remove-AppxPackage -AllUsers
powershell为所有用户卸载磁贴应用
最新推荐文章于 2024-02-23 12:08:10 发布