Hi Rsnic
Right click your Start Button, choose Powershell (admin)
Paste this command into Powershell and hit Enter
Get-AppxPackage *windowsphone* | Remove-AppxPackage
When that command completes, close Powershell
That's It!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Regrettably, I am less than underwhelmed by the new Phone Companion App that came with the latest Windows 10 update.
Having said that, how do I uninstall Microsoft Phone Companion? When I try from the Apps menu, I have to go to Advanced Options, which brings to Your Phone Companion App; I try clicking on the TERMINATE button, but nothing happens -- and apparently, the App is running in the background so I can't uninstall
Would appreciate some advise on this one as well
Thank you very much
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Rsnic
Right click your Start Button, choose Powershell (admin)
Paste this command into Powershell and hit Enter
Get-AppxPackage *windowsphone* | Remove-AppxPackage
When that command completes, close Powershell
That's It!
You cannot uninstall it. That is a system app.
Just stop it working in the background and forget.
Go to the start menu. In the search bar type in Power Shell. Open it as an administrator.
Then type in this.
Get-AppxPackage *YourPhone* | Remove-AppxPackage
Hit the enter/return key.
Then close Power Shell and you're done!
Ps you are welcome 😊
Looking to uninstall it from my Galaxy 10...
This did not work for me, although it is a couple of years later. With the same methodology, I got a list of installed apps using
Get-AppxPackage
to list the installed applications, found that Windows' YourPhone app currently has the name" Microsoft.YourPhone" and then used:
Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage
to remove it.
No criticism intended, just the opposite, this is only intended as a useful update.
Thanks DaveM121