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: .dll, Delete, Files, From, Happen, System32, What, Would
This entry was posted
on Sunday, January 3rd, 2010 at 5:41 am and is filed under dll errors.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
“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.
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!
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.
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
your computer would not run… it will just not boot up and you would need to reinstall windows.
Don’t.