Monday, November 2, 2020

How to uninstall the Your Phone app Windows 10?

 If you want to get rid of the app, or you're having problems, and the reset option doesn't work, you can uninstall it using PowerShell with these steps:

  1. Open Start.
  2. Search for Windows PowerShell, right-click the top result and select
  3.  Run as Administrator.
  4. Type the following command to uninstall the app and press Enter:

    Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage



No comments:

Post a Comment