tasklist.exe does not list all Modules in Windows 7 64-bit
tasklist.exe does not list all Modules in Windows 7 64-bit. If I want to look at the DLLs loaded by Excel, I would type: tasklist /M /fi "imagename eq excel.exe" When I run this in XP or 32-bit Win7, it works fine, showing all the dlls loaded by excel. However, in 64-bit windows, it does NOT show all dlls - only a limited subset. If I use Process Explorer, I can still see all the DLLs loaded by excel, but that is useless for writing automated scripts. To check this out, try looking for kernel32.dll - it is always loaded by Excel, but tasklist does not display it in 64-bit Win7: tasklist /M kernel32.dll /fi "imagename eq excel.exe" So, since tasklist is broken, is there a good (command-line) way of looking at what dlls are loaded by a process? (Originally posted here)
June 30th, 2011 12:57pm

This is working for me....I see kernel32 both ways. Is there a permissions issue going on here? If I remember correctly, non-admins may receive a limited subset of the DLLs, but I'm not certain.
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2011 1:04pm

Hi Zac, thanks for helping out with this. I don't think it's a permissions issue, since I'm an admin on both machines. Both machines are Running Windows 7 Enterprise. One is 32-bit, one is 64-bit -- that's the only difference I can find between the two machines. I'm launching Excel 2007 on both machines. 32-bit machine: C:\>tasklist /M kernel32.dll /fi "Imagename eq excel.exe" Image Name           PID    Modules =====================   ======    ============= EXCEL.EXE             800    kernel32.dll 64-bit machine: C:\>tasklist /M kernel32.dll /fi "Imagename eq excel.exe" INFO: No tasks are running which match the specified criteria. If I try just the /M to see which modules are loaded, I get this: 32-bit machine: C:\>tasklist /M /fi "Imagename eq excel.exe" Image Name           PID    Modules =====================   ======    ============= EXCEL.EXE             800    ntdll.dll, kernel32.dll, KERNELBASE.dll, ADVAPI32.dll, msvcrt.dll, sechost.dll, RPCRT4.dll, GDI32.dll, USER32.dll, LPK.dll, USP10.dll, ole32.dll, MSVCR80.dll, WINSPOOL.DRV, oart.dll, OLEAUT32.dll, apphelp.dll, AcSpecfc.DLL, SspiCli.dll, COMCTL32.dll, mscms.dll, USERENV.dll, profapi.dll, SHLWAPI.dll, SHELL32.dll, WINMM.dll, DDRAW.dll, DCIMAN32.dll, SETUPAPI.dll, CFGMGR32.dll, DEVOBJ.dll, dwmapi.dll, MPR.dll, COMDLG32.dll, IMM32.dll, MSCTF.dll, WS_32.dll, NSI.dll, msi.dll, mso.dll, Comctl32.dll, MSORES.DLL, CRYPTBASE.dll, CLBCatQ.DLL, msimtf.dll, VERSION.dll, MSOINTL.DLL, OGL.DLL, WTSAPI32.DLL, WINSTA.dll, mscoree.dll, UxTheme.DLL, riched20.dll, SXS.DLL, CRYPTSP.dll, rsaenh.dll, RpcRtRemote.dll but on 64-bit: C:\>tasklist /M /fi "Imagename eq excel.exe" Image Name           PID    Modules =====================   ======    ============= EXCEL.EXE            2500    ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll and nothing else. But if I look at it with ProcessExplorer, I see kernel32.dll, and all the rest. Lastly, by looking at HKLM\Software\Microsoft\Windows NT\CurrentVersion, I see: Version = 6.1 CurrentBuild = 7600 both are the same so far, but BuildLabEx is different: 32-bit BuildLabEx = 7600.16385.x86fre.win7_rtm.090713-1255 64-bit BuildLabEx = 7600.16385.amd64fre.win7_rtm.090713-1255 so even those are the same (other than x86 vs amd64). Any other info I can look up? This happens consistently for me. I'd be happy to help try things to troubleshoot this.
June 30th, 2011 2:05pm

That is normal. It is because EXCEL.EXE is a 32-bit program. For example, this is what I get from an Administrative command prompt for the 32-bit and 64-bt versions of IE: 32-bit Microsoft Windows [Version 6.2.7989] Copyright (c) 2011 Microsoft Corporation. All rights reserved. C:\Windows\system32>tasklist /m /fi "imagename eq iexplore.exe" Image Name PID Modules ========================= ======== ============================================ iexplore.exe 2664 ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll iexplore.exe 1056 ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll C:\Windows\system32> 64-bit Microsoft Windows [Version 6.2.7989] Copyright (c) 2011 Microsoft Corporation. All rights reserved. C:\Windows\system32>tasklist /m /fi "imagename eq iexplore.exe" Image Name PID Modules ========================= ======== ============================================ iexplore.exe 4464 ntdll.dll, KERNEL32.DLL, KERNELBASE.dll, ADVAPI32.dll, USER32.dll, msvcrt.dll, SHLWAPI.dll, SHELL32.dll, ole32.dll, urlmon.dll, iertutil.dll, sechost.dll, RPCRT4.dll, GDI32.dll, combase.dll, OLEAUT32.dll, WININET.dll, LPK.dll, bcrypt.dll, Normaliz.dll, USP10.dll, IMM32.DLL, MSCTF.dll, IEFRAME.dll, PSAPI.DLL, OLEACC.dll, XmlLite.dll, comctl32.dll, comdlg32.dll, CRYPTBASE.dll, uxtheme.dll, Secur32.dll, SSPICLI.DLL, profapi.dll, WS2_32.dll, NSI.dll, dnsapi.DLL, winhttp.dll, webio.dll, PCTLsp64.dll, dwmapi.dll, sqmapi.dll, ntmarta.dll, WLDAP32.dll, mswsock.dll, wship6.dll, IPHLPAPI.DLL, WINNSI.DLL, CRYPTSP.dll, rsaenh.dll, clbcatq.dll, ieproxy.dll, apphelp.dll, RASAPI32.dll, rasman.dll, rtutils.dll, sensapi.dll, IEUI.dll, MSIMG32.dll, slc.dll, PROPSYS.dll, mssprxy.dll, explorerframe.dll, DUser.dll, DUI70.dll, sxs.dll, actxprxy.dll, MLANG.dll, SETUPAPI.dll, CFGMGR32.dll, DEVOBJ.dll, CRYPT32.dll, MSASN1.dll, DPAPI.dll, VERSION.dll, MSHTML.dll, dhcpcsvc6.DLL, dhcpcsvc.DLL, wshtcpip.dll, rasadhlp.dll, fwpuclnt.dll iexplore.exe 5940 ntdll.dll, KERNEL32.DLL, KERNELBASE.dll, ADVAPI32.dll, USER32.dll, msvcrt.dll, SHLWAPI.dll, SHELL32.dll, ole32.dll, urlmon.dll, iertutil.dll, sechost.dll, RPCRT4.dll, GDI32.dll, combase.dll, OLEAUT32.dll, WININET.dll, LPK.dll, bcrypt.dll, Normaliz.dll, USP10.dll, IMM32.DLL, MSCTF.dll, IEFRAME.dll, PSAPI.DLL, OLEACC.dll, XmlLite.dll, comctl32.dll, comdlg32.dll, IEShims.dll, CRYPTBASE.dll, uxtheme.dll, Secur32.dll, SSPICLI.DLL, WS2_32.dll, NSI.dll, dnsapi.DLL, winhttp.dll, webio.dll, PCTLsp64.dll, dwmapi.dll, MSHTML.dll, VERSION.dll, MLANG.dll, d2d1.dll, DWrite.dll, dxgi.dll, d3d11.dll, sqmapi.dll, CRYPTSP.dll, rsaenh.dll, profapi.dll, clbcatq.dll, ieproxy.dll, mswsock.dll, apphelp.dll, wship6.dll, IPHLPAPI.DLL, WINNSI.DLL, ntmarta.dll, WLDAP32.dll, RASAPI32.dll, rasman.dll, rtutils.dll, sensapi.dll, wshtcpip.dll, rasadhlp.dll, sxs.dll, actxprxy.dll, fwpuclnt.dll, ninput.dll, ieapfltr.dll, jscript9.dll, msimtf.dll, setupapi.dll, CFGMGR32.dll, DEVOBJ.dll, D3D10Warp.dll, PROPSYS.dll, windowscodecs.dll, windowscodecsext.dll, msxml6.dll, msls31.dll, POWRPROF.dll, POWRBASE.dll, ImgUtil.dll C:\Windows\system32>
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2011 2:25pm

It's normal for tasklist.exe to not display all dlls loaded by 32-bit applications?? Why? And is there a commandline way to see dlls loaded by a 32-bit app on Win7-64? And I think you mislabeled your 32/64 bit results. I get the shorter output on 64-bit Win7, and the longer output on 32-bit Win7.
June 30th, 2011 3:16pm

My results are correctly labeled. I am running Windows 8 7989 64-bit, and did the test, as mentioned above, with the 32-bit and 64-bit versions of IE in the order shown.
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2011 3:32pm

Ah, I misunderstood your labeling. I thought you were referring to the OS, not the Application. So, why does tasklist.exe omit DLLs for 32-bit apps? Is this really "works as intended", or is this a bug?
June 30th, 2011 3:55pm

This might help to explain things. http://msdn.microsoft.com/en-us/library/aa384249%28v=vs.85%29.aspx Specifically the following sub-section: http://msdn.microsoft.com/en-us/library/aa384274%28v=VS.85%29.aspx
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2011 4:10pm

Ok, I've read through that, and I still don't understand why tasklist.exe will fail to display DLLs that are actually loaded by a process. My example was looking at kernel32.dll, but I first found this issue because I help develop a custom Excel plugin. I like to have automated scripts that verify that things are loaded properly (and which plugins are actually loaded). I know Excel loads my plugin (because I can use the features provided by my plugin), but tasklist.exe doesn't list the DLL in the modules. Does tasklist.exe only list 64-bit DLLs? Does it simply ignore all the 32-bit DLLs loaded by 32-bit applications? That would explain why it omits the DLLs, but would also be a serious oversight on tasklist's part.
June 30th, 2011 7:11pm

WOW64 is an accronym standing for Windows On Windows 64. In other words, it is an emulator which allows 32-bit applications to run under the 64-bit OS host. Tasklist only lists those binaries which can be directly loaded into a process. For a 64-bit process, which obviously uses 64-bit binaries, it is able to list them all. With 32-bit processes, only Wow64.dll, Wow64Win.dll, and Wow64Cpu.dll can be loaded directly (if you have an Intel Itanium processor, IA32Exec.bin and Wowia32x.dll are also loaded).
Free Windows Admin Tool Kit Click here and download it now
July 1st, 2011 5:38am

Thanks for the clarification Dwarf, that makes sense. But it effectively makes tasklist useless for looking at 32-bit processes on 64-bit windows. That's a serious oversight. Where can I file a bug report about this? This is clearly not the behavior tasklist should exhibit, as it no longer properly sees the dlls loaded by 32-bit processes. The dlls may be loaded indirectly (from an implementation-detail perspective), but they are clearly still loaded, and there should be a way to see that. If there's actually a logical reason to hide the 32-bit dlls from being displayed, and Microsoft insists that this is the desired behavior, at the very least, tasklist.exe could take a /32 parameter to enable it to display 32-bit dlls too. This is clearly possible, as ProcessExplorer is able to display the 32-bit dlls loaded by a 32-bit process on 64-bit windows. But that's not built in to windows, and it doesn't have a commandline interface, so it's useless for scripting.
July 2nd, 2011 3:04pm

Have a look at ListDLLs, also from SysInternals. http://technet.microsoft.com/en-us/sysinternals/bb896656 Example with Firefox Microsoft Windows [Version 6.2.7989] Copyright (c) 2011 Microsoft Corporation. All rights reserved. C:\Users\Cyclops>cd downloads C:\Users\Cyclops\Downloads>cd ListDlls C:\Users\Cyclops\Downloads\ListDlls>listdlls firefox ListDLLs v3.0 - DLL lister for Win9x/NT Copyright (C) 1997-2010 Mark Russinovich Sysinternals - www.sysinternals.com ------------------------------------------------------------------------------ firefox.exe pid: 3544 Command line: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" Base Size Version Path 0x0000000000c60000 0xe0000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\firefox.exe 0x000000002a960000 0x1a9000 6.2.7989.0 C:\Windows\SYSTEM32\ntdll.dll 0x0000000077a30000 0x43000 6.2.7989.0 C:\Windows\SYSTEM32\wow64.dll 0x00000000779c0000 0x57000 6.2.7989.0 C:\Windows\system32\wow64win.dll 0x0000000077a20000 0x8000 6.2.7989.0 C:\Windows\system32\wow64cpu.dll 0x0000000000c60000 0xe0000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\firefox.exe 0x0000000077a80000 0x180000 6.2.7989.0 C:\Windows\SysWOW64\ntdll.dll 0x0000000075860000 0x120000 6.2.7989.0 C:\Windows\SysWOW64\KERNEL32.DLL 0x0000000076060000 0x98000 6.2.7989.0 C:\Windows\SysWOW64\KERNELBASE.dll 0x0000000075480000 0x68000 6.2.7989.0 C:\Windows\SysWOW64\apphelp.dll 0x0000000071330000 0xdcf000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\xul.dll 0x0000000071320000 0x7000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\xpcom.dll 0x0000000071310000 0x6000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\mozalloc.dll 0x00000000712d0000 0x31000 4.8.8.0 C:\Program Files (x86)\Mozilla Firefox\ nspr4.dll 0x00000000712c0000 0x7000 4.8.8.0 C:\Program Files (x86)\Mozilla Firefox\ plc4.dll 0x0000000076370000 0x150000 6.2.7989.0 C:\Windows\SysWOW64\USER32.dll 0x0000000075630000 0x7000 6.2.7989.0 C:\Windows\SysWOW64\VERSION.dll 0x0000000071210000 0xaf000 8.0.0.0 C:\Program Files (x86)\Mozilla Firefox\ MOZCRT19.dll 0x0000000071150000 0xbe000 3.7.5.0 C:\Program Files (x86)\Mozilla Firefox\ mozsqlite3.dll 0x0000000070f80000 0x1c2000 C:\Program Files (x86)\Mozilla F irefox\mozjs.dll 0x0000000070f60000 0x18000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \smime3.dll 0x0000000070f30000 0x21000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \ssl3.dll 0x0000000070e90000 0x9d000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \nss3.dll 0x0000000070e70000 0x14000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \nssutil3.dll 0x0000000070e60000 0x7000 4.8.8.0 C:\Program Files (x86)\Mozilla Firefox\ plds4.dll 0x0000000075fd0000 0x90000 6.2.7989.0 C:\Windows\SysWOW64\GDI32.dll 0x0000000075180000 0x1d000 6.2.7989.0 C:\Windows\SysWOW64\WINMM.dll 0x0000000075050000 0x7000 6.2.7989.0 C:\Windows\SysWOW64\WSOCK32.dll 0x0000000077920000 0x9e000 6.2.7989.0 C:\Windows\SysWOW64\ADVAPI32.dll 0x0000000076790000 0xd99000 6.2.7989.0 C:\Windows\SysWOW64\SHELL32.dll 0x0000000075ee0000 0xe7000 6.2.7989.0 C:\Windows\SysWOW64\ole32.dll 0x00000000755d0000 0x51000 6.2.7989.0 C:\Windows\SysWOW64\WINSPOOL.DRV 0x0000000076630000 0x78000 6.2.7989.0 C:\Windows\SysWOW64\COMDLG32.dll 0x00000000765d0000 0x60000 6.2.7989.0 C:\Windows\SysWOW64\IMM32.dll 0x0000000074170000 0x5000 6.2.7989.0 C:\Windows\SysWOW64\MSIMG32.dll 0x0000000076100000 0x63000 6.2.7989.0 C:\Windows\SysWOW64\SHLWAPI.dll 0x00000000777b0000 0x5000 6.2.7989.0 C:\Windows\SysWOW64\PSAPI.DLL 0x0000000075e90000 0x45000 6.2.7989.0 C:\Windows\SysWOW64\WS2_32.dll 0x00000000766b0000 0xaa000 1.626.7989.0 C:\Windows\SysWOW64\USP10.dll 0x0000000075a60000 0x88000 6.2.7989.0 C:\Windows\SysWOW64\OLEAUT32.dll 0x0000000070db0000 0xaf000 8.0.0.0 C:\Program Files (x86)\Mozilla Firefox\ MOZCPP19.dll 0x0000000076520000 0xaf000 7.0.7989.0 C:\Windows\SysWOW64\msvcrt.dll 0x00000000764e0000 0xa000 6.2.7989.0 C:\Windows\SysWOW64\LPK.dll 0x00000000750d0000 0x1d000 6.2.7989.0 C:\Windows\SysWOW64\WINMMBASE.dll 0x0000000076760000 0x2b000 6.2.7989.0 C:\Windows\SysWOW64\sechost.dll 0x0000000076170000 0xf0000 6.2.7989.0 C:\Windows\SysWOW64\RPCRT4.dll 0x0000000075af0000 0x100000 6.2.7989.0 C:\Windows\SysWOW64\combase.dll 0x00000000744d0000 0x1b4000 6.10.7989.0 C:\Windows\WinSxS\x86_microsoft.win dows.common-controls_6595b64144ccf1df_6.0.7989.0_none_20f19b7e40a076fb\COMCTL32. dll 0x00000000776c0000 0xd4000 6.2.7989.0 C:\Windows\SysWOW64\MSCTF.dll 0x00000000777a0000 0x6000 6.2.7989.0 C:\Windows\SysWOW64\NSI.dll 0x0000000075650000 0x60000 6.2.7989.0 C:\Windows\SysWOW64\SspiCli.dll 0x0000000075640000 0xc000 6.2.7989.0 C:\Windows\SysWOW64\CRYPTBASE.dll 0x00000000751a0000 0xc0000 6.2.7989.0 C:\Windows\SysWOW64\uxtheme.dll 0x0000000075110000 0x13000 6.2.7989.0 C:\Windows\SysWOW64\dwmapi.dll 0x0000000070c90000 0x11e000 6.2.7989.0 C:\Windows\SysWOW64\dwrite.dll 0x0000000070b70000 0x112000 6.2.7989.0 C:\Windows\SysWOW64\dbghelp.dll 0x00000000756b0000 0x1ac000 6.2.7989.0 C:\Windows\SysWOW64\SETUPAPI.dll 0x0000000075a20000 0x32000 6.2.7989.0 C:\Windows\SysWOW64\CFGMGR32.dll 0x0000000075980000 0x12000 6.2.7989.0 C:\Windows\SysWOW64\DEVOBJ.dll 0x00000000759b0000 0x6d000 2001.12.8919.0 C:\Windows\SysWOW64\clbcatq.dll 0x0000000072b60000 0x12a000 7.0.7989.0 C:\Windows\SysWOW64\propsys.dll 0x00000000755a0000 0x21000 6.2.7989.0 C:\Windows\SysWOW64\ntmarta.dll 0x0000000075d20000 0x43000 6.2.7989.0 C:\Windows\SysWOW64\WLDAP32.dll 0x0000000075080000 0x1a000 6.2.7989.0 C:\Windows\SysWOW64\iphlpapi.dll 0x0000000075060000 0x7000 6.2.7989.0 C:\Windows\SysWOW64\WINNSI.DLL 0x0000000010000000 0x51000 1.0.118.0 C:\Program Files (x86)\Common Files\P C Tools\Lsp\PCTLsp.dll 0x0000000073490000 0x46000 6.2.7989.0 C:\Windows\SysWOW64\mswsock.dll 0x0000000072a30000 0x5000 6.2.7989.0 C:\Windows\SysWOW64\wshtcpip.dll 0x0000000070b40000 0x21000 5.0.0.4183 C:\Program Files (x86)\Mozilla Firef ox\components\browsercomps.dll 0x00000000764f0000 0x30000 6.2.7989.0 C:\Windows\SysWOW64\WINTRUST.dll 0x0000000076260000 0x110000 6.2.7989.0 C:\Windows\SysWOW64\CRYPT32.dll 0x0000000075e00000 0xc000 6.2.7989.0 C:\Windows\SysWOW64\MSASN1.dll 0x0000000070b10000 0x27000 6.2.7989.0 C:\Windows\SysWOW64\d3d10_1.dll 0x0000000070ad0000 0x3c000 6.2.7989.0 C:\Windows\SysWOW64\d3d10_1core.dll 0x0000000070a80000 0x42000 6.2.7989.0 C:\Windows\SysWOW64\dxgi.dll 0x0000000070910000 0x16a000 6.2.7989.0 C:\Windows\SysWOW64\d3d11.dll 0x00000000708f0000 0x1d000 6.2.7989.0 C:\Windows\SysWOW64\t2embed.dll 0x00000000725a0000 0x103000 6.2.7989.0 C:\Windows\SysWOW64\WindowsCodecs.dl l 0x00000000750c0000 0xb000 6.2.7989.0 C:\Windows\SysWOW64\profapi.dll 0x0000000072560000 0x32000 6.2.7989.0 C:\Windows\SysWOW64\EhStorShell.dll 0x0000000074fb0000 0xd000 6.2.7989.0 C:\Windows\SysWOW64\WTSAPI32.dll 0x0000000072540000 0x1b000 6.2.7989.0 C:\Windows\SysWOW64\POWRPROF.dll 0x0000000072510000 0x23000 6.2.7989.0 C:\Windows\SysWOW64\POWRBASE.dll 0x0000000072490000 0x74000 6.2.7989.0 C:\Windows\SysWOW64\ntshrui.dll 0x0000000074ca0000 0x17000 6.2.7989.0 C:\Windows\SysWOW64\CRYPTSP.dll 0x0000000074c60000 0x3b000 6.2.7989.0 C:\Windows\SysWOW64\rsaenh.dll 0x00000000748f0000 0xf000 6.2.7989.0 C:\Windows\SysWOW64\napinsp.dll 0x00000000734f0000 0x13000 6.2.7989.0 C:\Windows\SysWOW64\pnrpnsp.dll 0x00000000734e0000 0xf000 6.2.7989.0 C:\Windows\SysWOW64\NLAapi.dll 0x0000000074a60000 0x61000 6.2.7989.0 C:\Windows\SysWOW64\DNSAPI.dll 0x0000000073480000 0x8000 6.2.7989.0 C:\Windows\SysWOW64\winrnr.dll 0x0000000072310000 0x7b000 6.2.7989.0 C:\Windows\SysWOW64\mscms.dll 0x0000000075130000 0xf000 6.2.7989.0 C:\Windows\SysWOW64\USERENV.dll 0x00000000722d0000 0x3a000 6.2.7989.0 C:\Windows\SysWOW64\icm32.dll 0x00000000708b0000 0x3f000 C:\Program Files (x86)\NVIDIA Co rporation\3D Vision\Nv3DVStreaming.dll 0x0000000072dd0000 0xa3000 9.0.30729.5491 C:\Windows\WinSxS\x86_microsoft. vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5491_none_50964dbabcb53b28\MSVCR90.dll 0x0000000070650000 0x25d000 8.17.12.7533 C:\Windows\SysWOW64\nvapi.dll 0x00000000703c0000 0x28c000 6.2.7989.0 C:\Windows\SysWOW64\explorerframe.dl l 0x0000000070370000 0x4f000 6.2.7989.0 C:\Windows\SysWOW64\DUser.dll 0x0000000070260000 0x109000 6.2.7989.0 C:\Windows\SysWOW64\DUI70.dll 0x0000000072a20000 0x5000 6.2.7989.0 C:\Windows\SysWOW64\wship6.dll 0x0000000070230000 0x27000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \softokn3.dll 0x0000000070210000 0x18000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \nssdbm3.dll 0x00000000701c0000 0x44000 3.12.9.0 C:\Program Files (x86)\Mozilla Firefox \freebl3.dll 0x0000000070160000 0x52000 1.81.0.0 C:\Program Files (x86)\Mozilla Firefox \nssckbi.dll 0x0000000073430000 0x6000 6.2.7989.0 C:\Windows\SysWOW64\rasadhlp.dll 0x0000000073440000 0x3b000 6.2.7989.0 C:\Windows\SysWOW64\fwpuclnt.dll 0x0000000070150000 0xb000 6.2.7989.0 C:\Windows\SysWOW64\feclient.dll 0x000000006fdf0000 0x1e8000 6.2.7989.0 C:\Windows\SysWOW64\d3d9.dll 0x000000006f270000 0xb7f000 8.17.12.7533 C:\Windows\SysWOW64\nvd3dum.dll 0x0000000009a50000 0x28000 7.17.12.7533 C:\Program Files (x86)\NVIDIA Corp oration\3D Vision\nvStereoApiI.dll 0x000000000b920000 0x93000 7.17.12.7533 C:\Program Files (x86)\NVIDIA Corp oration\3D Vision\nvSCPAPI.dll 0x0000000070080000 0x30000 6.2.7989.0 C:\Windows\SysWOW64\shdocvw.dll 0x0000000070070000 0x8000 6.2.7989.0 C:\Windows\SysWOW64\LINKINFO.dll 0x0000000070050000 0x1a000 6.2.7989.0 C:\Windows\SysWOW64\srvcli.dll 0x0000000070040000 0xb000 6.2.7989.0 C:\Windows\SysWOW64\cscapi.dll 0x0000000070000000 0x1a000 6.2.7989.0 C:\Windows\SysWOW64\thumbcache.dll 0x0000000075bf0000 0x12c000 9.0.7989.0 C:\Windows\SysWOW64\urlmon.dll 0x0000000077530000 0x182000 9.0.7989.0 C:\Windows\SysWOW64\iertutil.dll 0x00000000777c0000 0x160000 9.0.7989.0 C:\Windows\SysWOW64\WININET.dll 0x00000000764c0000 0x1d000 6.2.7989.0 C:\Windows\SysWOW64\bcrypt.dll 0x00000000759a0000 0x3000 6.2.7989.0 C:\Windows\SysWOW64\Normaliz.dll 0x0000000072b50000 0x8000 6.2.7989.0 C:\Windows\SysWOW64\Secur32.dll 0x0000000074b20000 0x5b000 6.2.7989.0 C:\Windows\SysWOW64\winhttp.dll 0x0000000074ad0000 0x4e000 6.2.7989.0 C:\Windows\SysWOW64\webio.dll 0x0000000072950000 0x4f000 6.2.7989.0 C:\Windows\SysWOW64\RASAPI32.dll 0x0000000072930000 0x14000 6.2.7989.0 C:\Windows\SysWOW64\rasman.dll 0x0000000072920000 0xc000 6.2.7989.0 C:\Windows\SysWOW64\rtutils.dll 0x0000000072910000 0x6000 6.2.7989.0 C:\Windows\SysWOW64\sensapi.dll 0x000000006e780000 0x4d000 1.0.0.1 C:\Windows\SysWOW64\Wpc.dll 0x000000006e730000 0x45000 6.2.7989.0 C:\Windows\SysWOW64\wevtapi.dll 0x0000000075170000 0xf000 6.2.7989.0 C:\Windows\SysWOW64\samcli.dll 0x000000006e710000 0x11000 6.2.7989.0 C:\Windows\SysWOW64\SAMLIB.dll 0x000000006e700000 0x9000 6.2.7989.0 C:\Windows\SysWOW64\netutils.dll 0x000000006e690000 0xf000 6.2.7989.0 C:\Program Files (x86)\Windows Defen der\MpOav.dll C:\Users\Cyclops\Downloads\ListDlls> Comparison with Tasklist Microsoft Windows [Version 6.2.7989] Copyright (c) 2011 Microsoft Corporation. All rights reserved. C:\Users\Cyclops>tasklist /m /fi "imagename eq firefox.exe" Image Name PID Modules ========================= ======== ============================================ firefox.exe 3544 ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll C:\Users\Cyclops>
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 4:12pm

Thanks Dwarf! That's what I needed. I would rather see tasklist get fixed, but it sounds like that's not going to happen.
July 2nd, 2011 5:29pm

You're welcome, Tim.
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 5:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics