Uninstall Phone link

Arne Garvander 606 Reputation points
2022-08-11T05:50:51.337+00:00

Phone link uninstall is greyed out. How do I uninstall?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,915 questions
{count} votes

Accepted answer
  1. Dillon Silzer 57,431 Reputation points
    2022-08-11T06:03:23.857+00:00

    Hi @Arne Garvander

    1) Open PowerShell as Administrator.

    Go to Start Menu > PowerShell > Right click > Run as administrator

    230311-image.png

    2) Run the following command in PowerShell and press enter:

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

    230224-image.png

    1. Phone link will be removed from your device.

    For more information please see my blog post:

    https://cloudaen.com/blogs/view/windows_uninstall_phone_link


    If this is helpful please accept answer.

    256 people found this answer helpful.

19 additional answers

Sort by: Most helpful
  1. Nanb 0 Reputation points
    2024-07-06T18:06:39.6633333+00:00

    The Powershell command does not work. I double checked and my account says I am the Administrator. I'm getting this message in Powershell.

    Get-AppxPackage : Access is denied.

    Access is denied.

    At line:1 char:1

    • Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
    • 
          + CategoryInfo          : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
      
          + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetApp
      
         xPackageCommand
      
    0 comments No comments

  2. Frederick Appleby 0 Reputation points
    2024-09-12T21:58:31.91+00:00

    Re last:
    I went in first time but missed the administrator part and got the previously posted result...= Fail. When i did get back in as administrator it didn't work.

    0 comments No comments

  3. Michael Moser 0 Reputation points
    2024-09-14T11:29:05.9733333+00:00

    Now PhoneLink just did it again: blocked me out from my phone by locking up the UI while requesting to unlock it. ||-( I want to uninstall this rubbish! So I found this thread.
    But: I am on Windows 10. Trying to run the given command here yields:

    C:\Users\mmo> Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
    Get-AppxPackage: The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded due to the following error: [Operation is not supported on this platform. (0x80131539)]
    For more information, run 'Import-Module Appx'.
    C:\Users\mmo> Import-Module Appx
    Import-Module: Operation is not supported on this platform. (0x80131539)
    C:\Users\mmo>
    

    How can I uninstall this beast from my Windows 10 laptop?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.