Otherwise write a brief command script like this:
First insert writable media such as a flash drive (with known drive letter).
In this example, flash drive is F:
Click Start, type CMD (without enter key)
Left-Click on the CMD icon that appears.
At the C:\> prompt (or whatever your default drive is, enter the following commands
cd\
dir/a/s>f:\fullhdd.txt
This gives you a complete and VERY LARGE text document of all files and their storage details.
Otherwise if you know in which folder the programs are you can CD program_path first to narrow down list.
Notepad can edit fairly large text files but may hang if RAM is busy or limited.
HXD (Hex Editor) is my preferred large file chopper, as I've at times edited 10MB files, with 4GB dual RAM.
HXC can also change TAB character (09h) to space (20h) and remove the extended comma character (FFh) from file sizes.
With practice, these TXT file-lists can be converted to comma-delimited CSV for import into Excel.
Then the 'Size' column can be used for sorting.
Long process, but eventually works.