Updated July 21, 2017 Navigate to the “Start” menu and select “Run.” In the Run dialog, type “cmd” (without quotes) and click “OK.” The Command Prompt dialog opens. Type “tasklist /m” (without quotes) and press “Enter.” Every application running and all the dll files that have been loaded will appear. To get a list of dll files loaded for a specific executable program, type this command: tasklist /m /fi “imagename eq [programname]” Replace [programname] with the name of the executable file you want to look up. For instance: tasklist /m /fi “imagename eq explorer.exe” Writer Bio

How to See What DLL Files are used by Programs - 85