Accessing the DLL and Registry


  1. Posts : 66
    Win10 Pro
       #1

    Accessing the DLL and Registry


    Good afternoon,
    How can I access the DLL and the registry? I am a beginner and just want to poke around, not change anything. I am using WIN10 Pro.
      My Computer


  2. Posts : 14,023
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #2

    https://support.microsoft.com/en-us/.../what-is-a-dll
    Normally a user doesn't access the .dll files.

    The Registry is a good place to play if wanting to make a wrong edit or entry when wanting to kill Windows, force a reinstall.

    Having said that, press the Windows and R key, type regedit and press Enter to see the Registry. It is made up of 5 text files called Hives, again if they are messed with or one is deleted Windows will need installing. Or in other words, it's not a place to play if not knowing what will happen.
      My Computers


  3. Posts : 66
    Win10 Pro
    Thread Starter
       #3

    Berton said:
    https://support.microsoft.com/en-us/.../what-is-a-dll
    Normally a user doesn't access the .dll files.

    The Registry is a good place to play if wanting to make a wrong edit or entry when wanting to kill Windows, force a reinstall.

    Having said that, press the Windows and R key, type regedit and press Enter to see the Registry. It is made up of 5 text files called Hives, again if they are messed with or one is deleted Windows will need installing. Or in other words, it's not a place to play if not knowing what will happen.
    So I cant access the DLL even though its my computer?
      My Computer


  4. Posts : 8,112
    windows 10
       #4

    Depends what you want to do with a dll access its code so you can call it? This site has tools for dll DLL Export Viewer - view exported functions list in Windows DLL.

    You can view icons in dlls https://www.winhelponline.com/blog/i...perties-sheet/
      My Computer


  5. Posts : 31,691
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #5

    cmmpro1 said:
    So I cant access the DLL even though its my computer?
    I'm not sure what you think 'the DLL' is but whatever you have in mind is mistaken. There is no such thing as the DLL.

    Actually there are thousands of .DLL files, each with a specific purpose. DLL stand for Dynamic Link Library, each .dll file is a library of executable code providing functions that can be called by other programs and code. There is nothing there for a human to read.

    To list all the DLLs that Windows uses, open a command prompt and type the command: dir C:\windows\system32\*.dll

    This produces a list of 3242 File(s) for my machine. Now, which one is the DLL you want to look at? For further understanding of what a DLL is (and what it is not) read the Microsoft link Berton gave you in post #2. For a less technical view, read: Lifewire - What Is a DLL File? (Dynamic Link Library)

    The Registry is another matter, that is readable (and editable) using Regedit. However, it is rather opaque reading and the fact that any changes you make in Regedit are effective instantly (there's no 'Save' option that you can back out of, you are modifying the system as it runs) it is best not to look unless you know what you are doing.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:23.
Find Us




Windows 10 Forums