The Command Line tool allows to find quickly which .dll are loaded. Go to Start Menu and type cmd.exeExecute cmd.exe with Run as administratorType tasklist -m We can see all the .dll used by a process ([imageName | PID | modules] table). If you are looking for a particular process, there is a filter option … Continue reading Find .dll loaded by a process | .exe