List DLLs without GUI
Description
ListDLLs is a utility that reports the DLLs loaded in processes. You can use it to list all DLLs loaded in all processes, in a specific process, or to list the processes that have a specific DLL loaded. ListDLLs can also display complete version information about the DLLs, including their digital signatures, and can be used to find unsigned DLLs in processes      
        Steps
        
        
listdlls
        
        
listdlls -u
        
        
listdlls notepad.exe
        
        
listdlls -d mydll.dll