Windows 10 Can't remove Groove Music package using PowerShell

  • Thread starter Thread starter AT6002
  • Start date Start date
A

AT6002

I'm on Windows 10 and I'm having issues with Groove Music so I want to uninstall it using this shell command:Get-AppxPackage *zune* | Remove-AppxPackage -AllUsers but it just gives me this error: remove-appxpackage : Removal failed. Please contact your software vendor. Deployment Remove operation with target volume C: on Package Microsoft.ZuneMusic_10.22031.10091.0_x64__8wekyb3d8bbwe from: failed with error 0x80070002. See Troubleshooting packaging, deployment, and query of Windows apps - Win32 apps for help diagnosing app deployment issues. At line:1 char:41 + get-appxpackage *Microsoft.ZuneMusic* | remove-appxpackage -A

Continue reading...
 
Back
Top