I'd like to have the following report:
All DLLs in %WIN_DIR% in my PC, and in its sub-folders, recursively.
For each DLL found, I'd like to have its file version, product version etc. (as it can be found by looking at the file's properties).
Do you know any utility that can prepare such report?
PS: I know I can write a script, but that's not the question here, since this should be executed as a "descent" program/executable, and a script host is unavailable due to security policy.
Thanks for any help/lead!