陈叙一的孙女:How to See What DLL Files are used by Programs

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 04:14:43

How to See What DLL Files are used by Programs

By braniac, eHow User

  • Print this article

DLL files are libraries thatare used by programs in Windows. A library is a collection ofprogramming code that can be used by multiple programs. These librariesare loaded into memory by the program when the program executes. Thisarticle shows you how to see what DLL files are loaded into memory byeach program currently running on your computer.

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"


Read more: How to See What DLL Files are used by Programs | eHow.com http://www.ehow.com/how_4542929_what-dll-files-used-programs.html#ixzz1VBCYa1qU