Windows - Uninstall Phone Link - Powershell
Experiencing difficulties with Phone Link on Windows and seeking a solution to remove it? Refer to the following blog post for step-by-step guidance on removing the application from your device.
Problem
Cannot remove Phone Link through Apps & features on Windows 10/11.
Solution
1. Go to your Start Menu > type PowerShell > Right click and Run as administrator.
2. Type the following into PowerShell and hit Enter:
Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
3. The result show look like the following:
Phone Link should now be removed from your device.
Summary
There are some applications that Windows comes installed with that you cannot remove from your Control Panel or Apps & features. In such instances, you'll need to utilize PowerShell commands to uninstall these applications.