Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (193)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
List Processes that Use a Given DLL using ListDLLs on Windows 8
How to List Processes that Use a Given DLL using ListDLLs on Windows 8?
✍: FYIcenter.com
If you want to see processes that are using a given DLL on Windows 8,
you can use the Windows Sysinternals ListDLLs as shown below:
1. Start a command line window by run "Command Prompt" as administatror.
2. Type in the following ListDlls command:
C:\fyicenter\ListDlls\ListDlls -d wsock32.dll Listdlls v3.2 - Listdlls Copyright (C) 1997-2016 Mark Russinovich Sysinternals Error opening System(4): Access is denied. ------------------------------------------------------------------------------ EvtEng.exe pid: 1776 Command line: "C:\Program Files\Intel\WiFi\bin\EvtEng.exe" Base Size Path 0x00000000455a0000 0x9000 C:\Windows\SYSTEM32\WSOCK32.dll ------------------------------------------------------------------------------ UNS.exe pid: 4708 Command line: "C:\Program Files (x86)\Intel\Intel(R) Management Engine Component s\UNS\UNS.exe" Base Size Path 0x0000000074740000 0x8000 C:\Windows\SysWOW64\WSOCK32.dll ------------------------------------------------------------------------------ wmpnetwk.exe pid: 4824 Command line: "C:\Program Files\Windows Media Player\wmpnetwk.exe" Base Size Path 0x00000000455a0000 0x9000 C:\Windows\SYSTEM32\WSOCK32.dll ------------------------------------------------------------------------------ Toaster.exe pid: 3496 Command line: "C:\Program Files (x86)\Dell Backup and Recovery\TOASTER.EXE" C:\U sers\fyi Base Size Path 0x0000000074740000 0x8000 C:\Windows\SysWOW64\WSOCK32.dll ------------------------------------------------------------------------------ firefox.exe pid: 5484 Command line: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" Base Size Path 0x0000000074740000 0x8000 C:\Windows\SysWOW64\WSOCK32.dll ------------------------------------------------------------------------------ filezilla.exe pid: 1128 Command line: "C:\local\FileZilla\filezilla.exe" Base Size Path 0x0000000074740000 0x8000 C:\Windows\SysWOW64\WSOCK32.DLL
Â
2016-12-30, 2986👍, 0💬
Popular Posts:
Can I disable Windows service "ATI HotKey Poller" to speedup my computer? Windows service "ATI HotKe...
What is "IP Helper" in my Windows 7 service list? And how is "IP Helper" service related to iphlpsvc...
How to remove quickset.exe from the startup application list to gain performance and reduce security...
How to connect your computer to a DSL line? Here are the steps of how to connect your computer to th...
Why am I getting errors when starting Apache server to load PHP as a module with php5apache2.dll? If...