How to add GUI installed programs

Solution 1:

Try:

choco list --local-only --includeprograms

-i, --includeprograms, --include-programs

IncludePrograms - Used in conjunction with LocalOnly, filters out apps chocolatey has listed as packages and includes those in the list.

Defaults to false.

It lists the programs managed by chocolatey plus those it does not manage.