怎样查看explorer里运行的DLL文件

怎样查看explorer里运行的DLL文件

tasklist /m /fi "imagename eq explorer.exe">a.txt 列出explorer用的所有模块

tasklist /m ntdll.dll 列出所有调用了ntdll.dll的进程。

---------------------------------------------------
windows小工具网址:
https://live.sysinternals.com/

---------------------------------------------------

原文地址:https://www.cnblogs.com/monogem/p/10870225.html