$desktop = [Environment]::GetFolderPath("Desktop") Get-ChildItem $desktop -Filter *.lnk | Where-Object $_.Name -like "*Chrome*" | Remove-Item -Force

This guide covers everything from simple deletion to advanced organization techniques. 1. How to Delete Shortcuts (Windows & Mac)

To remove (e.g., containing "Chrome"):

Alternatively, you can: