This Season
 

How to See What DLL Files are used by Programs

DLL files are libraries that are used by programs in Windows. A library is a collection of programming code that can be used by multiple programs. These libraries are loaded into memory by the program when the program executes. This article shows you how to see what DLL files are loaded into memory by each program currently running on your computer.

Related Searches:
    Difficulty:
    Moderately Easy

    Instructions

    Things You'll Need

    • A Windows PC
    • Keyboard
      • 1

        Begin by opening up a command line prompt. Click on the Start button, then click Run and Type CMD and click OK. You can also pull up the command line by going to Start->All Programs->Accessories->Command Prompt.

      • 2

        Inside the command prompt, we are going to type this command:

        tasklist /m

        Type that into the black box and press enter. It will scroll down every program running and all the dll files that it has loaded.

      • 3

        To get a list of dll files loaded for a specific executable program, type this command:

        tasklist /m /fi "imagename eq [programname]"

        Replace [programname] with the name of the executable file you want to look up. For instance: tasklist /m /fi "imagename eq explorer.exe"

    Related Searches

    Read Next:

    Comments

    • tomseh Jan 18, 2009
      It states Tasklist is not recognized? Why?
    • Dave Andrews Oct 18, 2008
      Sometimes DLL files can become corrupted and cause programs to crash. It would be good to know what DLLs are loaded for that reason. Also, it is good for software developers in the debugging process.
    • Thims Oct 18, 2008
      Great information. There must be a reason you would need to see this data, why? good article.

    You May Also Like

    • What Does The Add in Symantec Antivirus Vpmsece4.Dll Cannot Be Loaded Mean?

      An error message stating the add-in, Symantec Antivirus Vpmsece4.Dll, cannot be loaded occurs when upgrading from Symantec Antivirus 10.x to Symantec Endpoint...

    • What Is a DLL File?

      Dynamic-Link Library (DLL) files are part of most software programs. DLLs are considered modules and may contain both data and functions that...

    • About Blank Page Loading

      Blank pages load when dynamic link library (DLL)) files fail to register themselves. These files are libraries of data and code that...

    • What Is Unicows.Dll?

      Unicode is a universal numbering system used in the computing industry and is relevant regardless of the platform, program or language. The...

    • How to Open DLL Files & Programs in Microsoft

      DLL files are used in conjunction with other programs as valuable resource files, but they can be opened independently for customization. Additionally,...

    • How to Use .Dll in VBS

      A DLL file is a dynamic link library that contains programming processes that are available for use by other programs. The ability...

    • How to Identify DLL Files

      Dynamic-link library (DLL) files contain collections of reusable code for Microsoft Windows operating systems programs. DLL files may also be written and...

    • How to Check Startup Programs

      Startup programs are programs which boot up at the same time that the computer's operating system starts up. Startup programs are often...

    Follow eHow

    Related Ads