Skip to content
Home » powershell

powershell

Visit Tacticalware.com for information related to this tag and others. We look forward to assisting in your tech projects with our in-depth knowledgebase…

Remove Groove Music from Windows 10

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!