answersLogoWhite

0

Where are dll stored?

Updated: 11/9/2022
User Avatar

Wiki User

12y ago

Best Answer

You cannot view DLL files under normal circumstances. These are regarded as critical system files and the operating system will keep these hidden from view. If you wish to view the files anyway, do the following:

  1. Open up My Computer.
  2. Click on Tools in the top menu bar.
  3. Click on Folder Options.
  4. In the window that opens, click on the tab named View.
  5. Scroll down the list till you come to the option "Show hidden files and folders". Click on this option to select it. The option just above this option (Do not show hidden files and folders) will become deselected automatically. Relax, it is normal.
  6. Uncheck the box below these options which says "Hide file extensions for known file types". This will display the extensions of all files in your PC, allowing you to easily identify the DLL files.
  7. Click on Apply, and then on OK.
  8. Now navigate to the drive partition where Windows is installed.
  9. Open the Windows folder. Inside it you will find a folder named System32.
  10. Open the System32 folder. You will be able to see all DLL files of your Windows OS.
  11. If you cannot spot the DLL files at first sight, right click on an empty space inside the System32 folder. A small menu will pop up. Select the option "Arrange Icons By", and then click on the option "Type".
  12. Now Windows will arrange the DLL files in the folder side by side, allowing you to view those more comfortably.
  13. You are free to view the DLL files as much as you want. It will not harm your PC in any way. You can also open the DLLs using a text editor like Notepad. However, do not attempt to modify any DLL file, unless you know what you are doing. Modifying DLL files may corrupt the files, rendering Windows inoperative.
User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where are dll stored?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the example of DLL?

We all know that DLL is a short of Dynamic link library, which is a collection of subroutines stored on disk, and can be loaded into memory and executed when accessed by a running program. There are many dll files on the computer, for example, Iertutil.dll, wininet.dll, Vbrun300.dll, etc.


Where DLL files stores?

Dll files are stored every dude. Did a program say that a dll failed? or a dll has an error? or cant be found? go in the My Computer and go in your hard drive. programs and files. go to the broke down program. there is were the dll would MOST likely be. But i would download a pach for the program. eather that, re download and reinstall the program.


Where are the majority of system and application DLL files stored in Windows XP?

"rob o roh".....Shaggy?


Can a dll file of some windows application be used in another application?

Yes, that was actually the idea behind the DLL. A good example would be winsock.dll - the dll behind all the networking functionality in windows, used by tons of applications. Usually a shared dll is stored in \system32, and a reference counter is maintained so that the number of applications actually using the dll is known. The reason: the dll must survive an uninstall, if it is still used by other applications.


What is need of dll?

.A DLL is used by programs which need the features or functions built into the DLL. Just like we humans use executable programs for the services they offer (spreadsheets to manage data, web browsers to surf the internet) an executable program uses DLL's for the services it offers. People do not interact with DLL's, programs do


Where can one download the Cygwin DLL?

The Cygwin DLL can be downloaded directly from the Cygwin website. It can also be downloaded online through the websites DLL-Files, NoDevice, and DLL-DLL.


How do you get path of a DLL from inside the DLL itself?

http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx


What is true program for DLL files?

C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)


How do you use a dll?

DLL - Dynamic Link Library DLL refers to a type of file that is stored either locally or remotely and is a collection of commands and/or data which can be shared by different programs on the same platform. Typical DLL files contain commands and/or data that are common to a certain task, for instance Windows has many DLL files built-in which other programs access and utilise. A common example of this is spool32.dll which is used for printing control within Windows 95/98 by other applications. The one time you may become aware of DLL files is when your computer crashes and you are presented with a message such as an "invalid page fault". DLL files can be updated and most of the time a problem can be solved by updating the DLL file in question. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLL's ,can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon. A DLL can be used by several applications at the same time, an example would be Windows Operating System and used for any windows applications. Other DLLs are written for a particular application and are loaded with the application.


What is the full form of dll?

DLL = Dynamically Linked Library


Will cleaning your computer fix your dll problem?

Yes and no. The dll file may be just misplaced, then yes. A defrag your hdd and that should fix it. If a dll file is corrupt, then no. You will have to find or repair the dll file yourself.


How do you register a dll file in dos mode?

To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.