Remove Shortcuts From Desktop ⭐

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

1 comentario

  1. remove shortcuts from desktop

    lo andaba buscando, gracias

    suerte con tu blog y avisame cuanda salga la nueva version

Los comentarios están cerrados.