Win10 内置 UWP 应用,设置里没有普通卸载按钮,必须用 PowerShell 命令卸载。

步骤

  1. 左下角搜索框输入 PowerShell
  2. 在搜索结果上右键 → 以管理员身份运行
  3. 复制粘贴下面整行命令,回车执行:
powershell
Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
  1. 执行完没有任何提示就是成功,重启电脑即可。