What Would Happen If I Delete Any .dll Files From The System32?

Just a curious question? Not only system32 but anything from the “WINDOWS”

Tags: , , , , , , ,

6 Responses to “What Would Happen If I Delete Any .dll Files From The System32?”

  1. Arnold C says:

    “A Dynamic Link Library (DLL) is a file of code containing functions that can be called from other executable code (either an application or another DLL). Programmers use DLLs to provide code that they can reuse and to parcel out distinct jobs. Unlike an executable (EXE) file, a DLL cannot be directly run. DLLs must be called from other code that is already executing.”
    Another way of putting it is that DLL files are like modules that can be plugged into different programs whenever a program needs the particular features that come with the DLL. The original concept behind DLL files was to simplify things. It was recognized that there were many functions common to a lot of software. For example, most programs need to create the graphical interface that appears on the screen. Instead of having to contain the code to create the interface themselves, programs call on a DLL for that function. The idea is to have a central library where everyone can obtain the commonly used functions, as they are needed. This cuts down on code, speeds things up, is more efficient, etc. They are called dynamic links because they are put to use only when a program calls on them and they are run in the program’s own memory space. More than one program can use the functions of a particular DLL at the same time.
    PC users often see DLLs (especially the ones mentioned above) mentioned in error messages. One might conclude, therefore, that something is always going wrong with DLLs. Very often, however, it is not the DLL itself that is at fault. DLL files figure prominently in the error messages when something in the system goes awry because they are involved in the most basic processes of Windows. They are in effect the messenger of trouble, not the actual trouble. It is beyond our scope to discuss any details of error messages but there are substantial references on interpreting them.
    You might find that some function of your computer no longer works.

  2. Geoff L says:

    Simply put – most of your programs would stop working!
    DLLs (Dynamic Link Libraries) contain sections of code used by programs for various tasks. If you delete these libraries, you’ll be up S*** Creek without a paddle! ;)

  3. silverta says:

    Deleting any file from your system would cause your computer not to work properly. Each file is important and has it;s own part to play in making the programm work properly.

  4. Your computer will be angry and stop working
    unless the .dll you deleted was actually a virus file
    then, you’ll make your computer happier

  5. Joshua B says:

    your computer would not run… it will just not boot up and you would need to reinstall windows.

  6. PX173 says:

    Don’t.

Leave a Reply