Removing This Troublesome App Via Powershell
In the Type Here To Search box
Type in Windows Powershell and it will show up
Right Click on Windows Powershell and Select Run as Administrator
Past in the following command
remove-AppxPackage (Get-AppxPackage –AllUsers|Where{$_.PackageFullName -match "ZuneMusic"}).PackageFullName
Hit Enter
And that is it! Program Removed!