$desktop = [Environment]::GetFolderPath("Desktop") Get-ChildItem $desktop -Filter *.lnk | Remove-Item -Force To remove (e.g., containing "Chrome"):