How do I uninstall link to phone from windows 10
A Arthur Fox Joined Nov 8, 2024 Messages 1 Reaction score 0 Nov 8, 2024 #1 How do I uninstall link to phone from windows 10
Karlttivvk Joined Nov 7, 2024 Messages 4 Reaction score 0 Nov 11, 2024 #2 Run Powershell as administrator and input the following command to uninstall the app: Code: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
Run Powershell as administrator and input the following command to uninstall the app: Code: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage