I’ve been reading the links that Julian suggested as well as I did a search on the first DLL in the list “API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL” and found some interesting bits:
-
Dependency Walker utility is old and doesn’t handle the levels of call indirection occurring today
-
Dependencies does a better job - but also required a Visual C++ redistributable packages download and installation
-
Dependencies definitely produced a smaller report that called out:
C:\\Windows\\system32\\WSOCK32.dll as having "missing imports"
and
VCOMP110.DLL as missing entirely
Norman, we’re testing this on Windows 10 64bit