Hi, good day!
- Are you referring to the Windows Phone link app?
- When was the last time it worked properly?
- Have you made any changes to your computer recently?
- Have you tried the AI suggested solutions?
If so, please try the steps below.
Reinstall Phone Link app via PowerShell.
Press Windows key+X then select PowerShell (Admin)
Copy and paste the command below then press Enter
get-appxpackage Microsoft.YourPhone | remove-appxpackage
After that, please try the methods below to reinstall Phone Link app.
Open Microsoft Store then search Phone Link app
Click Install
Or try this to install Phone Link app via PowerShell.
Press Windows key + X
Click and Run Windows PowerShell (Admin)
At the command prompt, copy-paste the following then hit Enter:
Get-AppXPackage Microsoft.YourPhone -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer
I look forward to your update and am happy to continue working with you until the issue is resolved. If you find the answer helpful, please click "Accept Answer" and consider upvoting it. Otherwise, please keep me posted by clicking "Add comment" below instead of selecting Yes or No.