Skip to content

Instantly share code, notes, and snippets.

@przemoc
Created March 11, 2026 19:44
Show Gist options
  • Select an option

  • Save przemoc/fc7f9e945fe0924d96301516ce8070b6 to your computer and use it in GitHub Desktop.

Select an option

Save przemoc/fc7f9e945fe0924d96301516ce8070b6 to your computer and use it in GitHub Desktop.
List shell:AppsFolder items and their paths (absolute or relative to shell:AppsFolder)
(New-Object -ComObject Shell.Application).NameSpace('shell:AppsFolder').Items() | Select-Object Name, Path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment