how to delete all mp3s on the pc through powershell code example
Example: powershell remove folder and contents
Remove-Item -LiteralPath "foldertodelete" -Force -Recurse
Remove-Item -LiteralPath "foldertodelete" -Force -Recurse