Created
March 11, 2026 19:44
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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